aweisberg commented on code in PR #4318:
URL: https://github.com/apache/cassandra/pull/4318#discussion_r2291682076


##########
test/simulator/test/org/apache/cassandra/simulator/test/ShortPaxosSimulationTest.java:
##########
@@ -114,7 +112,9 @@ public void selfReconcileTest()
                                                                           
"-c", "2",
                                                                           
"--cluster-action-limit", "2",
                                                                           
"-s", "30",
-                                                                          
"--with-self" });
+                                                                          
"--with-self",
+                                                                          
"--with-rng", "0",

Review Comment:
   It enables additional validation points where threads wait to check the 
simulation hasn't diverged. Specifically time and random number generation.



-- 
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

Reply via email to