AutoSavingCache does not store required keys making RowCacheTests Flaky

patch by Jay Zhuang; reviewed by Robert Stupp for CASSANDRA-12453
This commit is contained in:
Jay Zhuang 2017-01-04 13:32:23 +01:00 committed by Robert Stupp
parent e4f732536a
commit 8a112ca8ae
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class RowCacheTest
@BeforeClass
public static void defineSchema() throws ConfigurationException
{
System.setProperty("org.caffinitas.ohc.segmentCount", "16");
SchemaLoader.prepareServer();
SchemaLoader.createKeyspace(KEYSPACE_CACHED,
SimpleStrategy.class,