influxdb/query/stdlib
Adrian Thurston feb41819ec
fix: convert flux e2e test harness to two-pass (#19672)
It appears that the double write caused by using to() inside a separate
execution environment (experimental.chain) causes flux e2e tests to behave
unpredictably, when coupled with the 1.x storage engine. Removing the second
write by using two passes, one to write to the db, then another to run the
test, eliminates the flakiness. Verified by running e2e tests in parallel times
8 for 12 hours without any flakiness observed. Before the fix, the flakiness
would take approx 30 minutes on avgerage to exhibit.

This commit also removes universe/to_time from the skipped tests because it was
added when this flakiness was discovered.
2020-10-01 16:38:21 -07:00
..
experimental feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
influxdata/influxdb feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
testing fix: convert flux e2e test harness to two-pass (#19672) 2020-10-01 16:38:21 -07:00
packages.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00