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