Ninja fix CommitLogStressTest.testRandomSize

This commit is contained in:
Robert Stupp 2015-06-05 16:04:27 +02:00
parent 8c26550bd0
commit 8e4a6b7e5c
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ public class CommitLogStressTest
@Test
public void testRandomSize() throws Exception
{
randomSize = false;
randomSize = true;
discardedRun = false;
testAllLogConfigs();
}