Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix flaky receive/multitsdb test (thanos-io#7694)
There is race condition in `TestMultiTSDBPrune` due to a dangling goroutine which can fail outside of the test function's lifetime if the database object is closed before `Sync()` is finished. Signed-off-by: Mikhail Nozdrachev <mikhail.nozdrachev@aiven.io>
- Loading branch information