Commit 97ebcb0
committed
build(test): add AXONFLOW_TELEMETRY=off to maven-failsafe environmentVariables
Caught a real telemetry leak: surefire (unit tests) had the migrated
env block, but failsafe (integration tests) had no environmentVariables
block at all. Any `mvn verify` run that exercised an integration test
which constructed an AxonFlow client without overriding
AXONFLOW_CHECKPOINT_URL would have fired a real ping to
checkpoint.getaxonflow.com.
Mirrors the surefire env block. Now both unit and integration test
phases suppress telemetry consistently.1 parent 4306d9f commit 97ebcb0
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
219 | 222 | | |
220 | 223 | | |
221 | 224 | | |
| |||
0 commit comments