dcapwell commented on code in PR #262:
URL: https://github.com/apache/cassandra-accord/pull/262#discussion_r2611520695
##########
accord-core/src/test/java/accord/utils/Property.java:
##########
@@ -104,7 +109,7 @@ protected void checkWithTimeout(Runnable fn)
}
catch (ExecutionException e)
{
- throw new PropertyError(propertyError(this, e.getCause()));
+ throw new PropertyError(propertyError(this, e.getCause()),
e.getCause());
Review Comment:
the cause got logged in the message but not the stack trace, so adding in
for better debugging
--
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]