mirror of https://github.com/apache/cassandra
Ninja fix CommitLogStressTest.testRandomSize
This commit is contained in:
parent
8c26550bd0
commit
8e4a6b7e5c
|
|
@ -161,7 +161,7 @@ public class CommitLogStressTest
|
|||
@Test
|
||||
public void testRandomSize() throws Exception
|
||||
{
|
||||
randomSize = false;
|
||||
randomSize = true;
|
||||
discardedRun = false;
|
||||
testAllLogConfigs();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue