dcapwell commented on code in PR #4105: URL: https://github.com/apache/cassandra/pull/4105#discussion_r2051172529
########## test/distributed/org/apache/cassandra/distributed/test/cql3/StatefulASTBase.java: ########## @@ -144,7 +149,7 @@ protected static String nextKeyspace() protected void clusterConfig(IInstanceConfig config) { - + config.set("repair.retries.max_attempts", Integer.MAX_VALUE); Review Comment: these are jvm-dtest clusters, retry non stop until it works... these tests don't do chaos testing, so its really the "happy path" case -- 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