dcapwell commented on code in PR #3828: URL: https://github.com/apache/cassandra/pull/3828#discussion_r1929032523
########## 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: the fact this error is making it to this code path means we are not handling the error, and we have been since 4.0... why is cep-15-accord not handling this error anymore? -- 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