dcapwell commented on code in PR #38:
URL: https://github.com/apache/cassandra-accord/pull/38#discussion_r1153926694
##########
accord-core/src/test/java/accord/burn/TopologyUpdates.java:
##########
@@ -154,7 +153,8 @@ public static <T> BiConsumer<T, Throwable> dieOnException()
return (result, throwable) -> {
if (throwable != null)
{
- logger.error("", throwable);
+ logger.error("Unexpected exception", throwable);
+ logger.error("", new Throwable("Shutting down test"));
Review Comment:
hit this once and was useful to know where shutdown was happening and not
just what triggered it
--
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]