Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get all futures in test_concurrent_append_flush
In test_concurrent_append_flush, which is a fuzzer style test, we now get() all futures returned by flush calls during the fuzz portion, instead of only the last flush. It is possible in some cases for prior futures to be unavailable even after the last future has resolved which caused occasional CI failures. See 13035 for more analysis. Fixes redpanda-data#13035.
- Loading branch information