danhallin

Results 4 comments of danhallin

In a gradle build setup adding the [vintage engine](https://mvnrepository.com/artifact/org.junit.vintage/junit-vintage-engine) helped with the tests failing. dependencies { testImplementation("org.junit.vintage:junit-vintage-engine:5.8.2") }

Looking at the source code for stateChangesOnly in https://github.com/influxdata/flux/blob/master/stdlib/influxdata/influxdb/monitor/monitor.flux gives away that the current function has no magic code in it, it is just pure flux code which means it...

> Please don't burn me 🔥, but I managed to get this to work without hardcoding values: I fetch distinct values in a different query and hacked my way around...

I successfully build with: docker run -v $(pwd)/.:/src --workdir /src maven:3.8.6-eclipse-temurin-11 mvn -Dmaven.test.skip=true clean package