adoroszlai commented on PR #10857:
URL: https://github.com/apache/ozone/pull/10857#issuecomment-5119229632

   > Would it be possible to surface the actual failure detail here — e.g. the 
assertion message like `expected: <1> but was: <2>` or the exception reason?
   
   I think in general it will work like you expect.  In this case the assertion 
has an extra message, the client log, which floods the `AssertionFailedError` 
output.  This can be improved by moving the client log into test log 
(`output.txt`), and keeping the built-in assertion message.
   
   
https://github.com/apache/ozone/blob/d9b6cd4fb31c0a5328d8284e4063c2048d425c77/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestLeaseRecovery.java#L434-L436


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

Reply via email to