adoroszlai opened a new pull request #2332: URL: https://github.com/apache/ozone/pull/2332
## What changes were proposed in this pull request? Make sure HTML report is generated even after failing tests. Previously it was missing due to early exit from `test-all.sh` script. https://issues.apache.org/jira/browse/HDDS-5342 ## How was this patch tested? Ran failing tests, verified `log.html` is generated: ``` $ OZONE_ACCEPTANCE_SUITE=failing ./hadoop-ozone/dev-support/checks/acceptance.sh ... Output: hadoop-ozone/dist/target/ozone-1.2.0-SNAPSHOT/compose/result/failing1.xml ... Output: hadoop-ozone/dist/target/ozone-1.2.0-SNAPSHOT/compose/result/failing2.xml ... Log: hadoop-ozone/dist/target/ozone-1.2.0-SNAPSHOT/compose/result/log.html Report: hadoop-ozone/dist/target/ozone-1.2.0-SNAPSHOT/compose/result/report.html $ open target/acceptance/log.html ``` Also verified HTML reports are present in both successful and failed acceptance test artifacts: https://github.com/adoroszlai/hadoop-ozone/actions/runs/935969500 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
