influxdb/query/stdlib
Phil Bracikowski 713efbc164
fix(tsi1/partition/test): fix data race in test code (#24613)
* fix(tsi1/partition/test): fix data race in test code

TestPartition_Compact_Write_Fail test was not locking the partition
before changing the value of MaxLogFileSize. This PR exports the mutex
of the partition to allow the test to access it and lock. Alternatives
require more changes such as a Setter method if we need to hide the
mutex.

* fixes #24042, for #24040

* chore: complete renaming of mutex in file and fix flux test

The flux test is another failing test because it was using a relative
time range.
2024-01-30 20:01:20 -08:00
..
influxdata/influxdb fix: corrrectly return 4XX errors instead of 5XX errors (#24519) 2023-12-27 08:21:09 -08:00
universe fix(tsi1/partition/test): fix data race in test code (#24613) 2024-01-30 20:01:20 -08:00
fluxtest.root fix(fluxtest): fix load storage to read/write the bucket correctly (#21058) 2021-03-26 15:58:04 -05:00
packages.go build(flux): update flux to v0.171.0 (#23453) 2022-06-14 15:09:59 -07:00