mirror of https://github.com/apache/cassandra
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:
parent
e4f732536a
commit
8a112ca8ae
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue