Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The test CompactionAndCleanupIT#concurrentWritesCleanupNoNewGen fails randomly on my machine.
The failure of this test seems to be caused by the cleanup running concurrently with the write tasks. The test seems to assert that no new generations of TAR files are created if there is no need for it. If this is the case, there is no need to execute the workers and the cleanup concurrently.