adoroszlai opened a new pull request, #9392: URL: https://github.com/apache/ozone/pull/9392
## What changes were proposed in this pull request? Ensure that `OzoneOutputStream` is closed in `TestBlockOutputStream` by wrapping in `try`. This avoids [failure](https://github.com/apache/ozone/actions/runs/19768754621/job/56648857702) due to leak detection when flaky test is rerun. The patch may look big due to indentation change. Check real diff with `git show --ignore-space-change`. https://issues.apache.org/jira/browse/HDDS-14026 ## How was this patch tested? ``` mvn -am -pl :ozone-integration-test -Dtest='TestBlockOutputStream*' clean test ``` -- 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]
