Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replay: Deflake TestCompactionsQuiesce by waiting for sstable copy
All the replay datadriven tests wait for all enqueued sstables to finish copying to the collection directory before we terminate the workload collector. The one exception is TestCompactionsQuiesce which currently calls the Stop() method even if there are sstables waiting to be copied. This change delays the call to Stop() until all enqueued sstables have been copied over. Fixes #2833.
- Loading branch information