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


##########
test/distributed/org/apache/cassandra/distributed/test/FailingRepairTest.java:
##########
@@ -150,6 +150,8 @@ public static void setupCluster() throws IOException
             if (throwable.getClass().toString().contains("InstanceShutdown") 
|| // can't check instanceof as it is thrown by a different classloader
                 throwable.getMessage() != null && 
throwable.getMessage().contains("Parent repair session with id"))
                 return true;
+            if (throwable.getMessage().contains("Corrupted: Corrupted"))

Review Comment:
   what i don't get, why is this passing in trunk and been stable there, but 
cep-15-accord is unstable?  What is unique about cep-15-accord that makes this 
unstable?



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