mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
6679b085a3
|
|
@ -80,7 +80,7 @@ public class NeverPurgeTest extends CQLTester
|
|||
execute("DELETE FROM %s WHERE a=3");
|
||||
cfs.forceBlockingFlush();
|
||||
cfs.enableAutoCompaction();
|
||||
while (cfs.getLiveSSTables().size() > 1)
|
||||
while (cfs.getLiveSSTables().size() > 1 || !cfs.getTracker().getCompacting().isEmpty())
|
||||
Thread.sleep(100);
|
||||
verifyContainsTombstones(cfs.getLiveSSTables(), 3);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue