smengcl opened a new pull request #3106: URL: https://github.com/apache/ozone/pull/3106
## What changes were proposed in this pull request? It turns out when the upgrade test suite execution failed, the `rebot` command inside `generate_report` will exit the script when it finished generating the HTML reports. That skipped the `copy_results` call immediately following the `generate_report` call. Swapping the position of these two lines should alleviate the issue. See the comments under jira HDDS-6327 for more information. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6327 ## How was this patch tested? - All existing test cases should pass. In the case of upgrade acceptance test failure (in misc), related `docker-*.log` should be collected. -- 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]
