This commit is contained in:
Blake Eggleston 2026-07-25 16:08:03 -07:00 committed by GitHub
commit 2485398cd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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));