dcapwell commented on code in PR #1948:
URL: https://github.com/apache/cassandra/pull/1948#discussion_r1003825811


##########
test/simulator/main/org/apache/cassandra/simulator/SimulationRunner.java:
##########
@@ -376,6 +376,7 @@ protected void run(long seed, B builder) throws IOException
                 catch (Throwable t)
                 {
                     logger().error("Failed on seed 0x{}", 
Long.toHexString(seed), t);
+                    throw t;

Review Comment:
   this was added as the simulator JVM would always have rc=0... 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to