maedhroz commented on code in PR #3890: URL: https://github.com/apache/cassandra/pull/3890#discussion_r1951923048
########## test/distributed/org/apache/cassandra/fuzz/sai/SingleNodeSAITestBase.java: ########## @@ -62,11 +63,11 @@ public abstract class SingleNodeSAITestBase extends TestBaseImpl private static final int VALIDATION_SKIP = 739; private static final int QUERIES_PER_VALIDATION = 8; - private static final int FLUSH_SKIP = 1499; - private static final int COMPACTION_SKIP = 1503; - private static final int DEFAULT_REPAIR_SKIP = 6101; + private static final int FLUSH_SKIP = 2217; + private static final int COMPACTION_SKIP = 4435; + private static final int DEFAULT_REPAIR_SKIP = 8869; Review Comment: These are just reverting to skips closer to the original skips before I changed this in CASSANDRA-20189. We don't need to repair 5 times in 30,000 ops. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org