dcapwell commented on code in PR #4268: URL: https://github.com/apache/cassandra/pull/4268#discussion_r2226389641
########## test/distributed/org/apache/cassandra/distributed/test/accord/AccordWriteInteroperabilityTest.java: ########## @@ -243,7 +264,10 @@ else if (transactionalMode.ignoresSuppliedCommitCL() && migration != migration.f { assertEquals(3, messageCount(Verb.ACCORD_INTEROP_APPLY_REQ)); } - assertTrue(failures.toString(), failures.isEmpty()); + // Converting the stack traces to strings and passing them to fail causes test the failures to be ignored + System.err.println(failures); Review Comment: can we use a logger? -- 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