adoroszlai opened a new pull request #1607: HDDS-2264. Improve output of 
TestOzoneContainer
URL: https://github.com/apache/hadoop/pull/1607
 
 
   ## What changes were proposed in this pull request?
   
   1. Compare exception result via assertion
      ```
      Expected :DISK_OUT_OF_SPACE
      Actual   :CONTAINER_INTERNAL_ERROR
      ```
   2. Log the exception in case of failure
   3. Use `LambdaTestUtils` instead of `try-catch`
   
   https://issues.apache.org/jira/browse/HDDS-2264
   
   ## How was this patch tested?
   
   Temporarily changed `KeyValueContainer` to not catch 
`DiskOutOfSpaceException`.  Verified that the exception is logged and the test 
fails.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to