adoroszlai opened a new pull request, #6620: URL: https://github.com/apache/ozone/pull/6620
## What changes were proposed in this pull request? Ensure `XceiverClientSpi` is released in `TestWatchForCommit` even if any of the test assertions fail. (Most of the patch is just indentation change due to wrapping in `try-finally` block. Check it by using `git diff --ignore-space-change` locally.) https://issues.apache.org/jira/browse/HDDS-10097 ## How was this patch tested? 10x10 runs [passed](https://github.com/adoroszlai/ozone/commit/3a364d8a8b58d03ad74900eee5550f24cc0780f4) with a "small" [change](https://github.com/adoroszlai/ozone/commit/3a364d8a8b58d03ad74900eee5550f24cc0780f4) to ignore actual test failures. So iterations were marked as failure only of log postprocessing indicated some problem, e.g. the channel being leaked. This tweak was necessary to avoid failures reported for known issue HDDS-10788. Regular CI: https://github.com/adoroszlai/ozone/actions/runs/8920730460 -- 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]
