influxdb/query/stdlib/testing
Stuart Carnie b17acf8b31 fix: Ensure temporary bucket and test data is removed after each test
This is required to keep the system resources low when running
the Flux end-to-end tests, which create a bucket for each test. A
bucket creates at least 17 files after the first write:

* 8 for the `_series` segment files
* 8 for the `index` log files
* 1 for the `wal`
2020-09-21 13:05:50 -07:00
..
end_to_end_test.go fix: Ensure temporary bucket and test data is removed after each test 2020-09-21 13:05:50 -07:00
testing.go feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00