mirror of https://github.com/apache/cassandra
Merge b998faddf1 into 8fda60880b
This commit is contained in:
commit
2485398cd0
|
|
@ -75,7 +75,7 @@ public class MutationTrackingBounceTest extends FuzzTestBase
|
|||
int tables = 10;
|
||||
int writesPerKey = 2;
|
||||
int pks = 100;
|
||||
withRandom(rng -> {
|
||||
withRandom(1509900183613458L, rng -> {
|
||||
cluster.schemaChange(String.format("CREATE KEYSPACE %s WITH replication = {'class': 'SimpleStrategy', 'replication_factor': %d} " +
|
||||
"AND replication_type='tracked'",
|
||||
KEYSPACE, rf));
|
||||
|
|
|
|||
Loading…
Reference in New Issue