adoroszlai opened a new pull request, #5353: URL: https://github.com/apache/ozone/pull/5353
## What changes were proposed in this pull request? Acceptance test scripts run locally with `KEEP_RUNNING=true` exit with an error at the end: ``` $ KEEP_RUNNING=true ./test.sh ... Failed to remove all docker containers in attempts. $ echo $? 1 ``` https://issues.apache.org/jira/browse/HDDS-7531 ## How was this patch tested? Ran (a shortened version of) `ozone/test.sh`: ``` $ cd hadoop-ozone/dist/target/ozone-1.4.0-SNAPSHOT/compose/ozone $ KEEP_RUNNING=true ./test.sh $ echo $? 0 ``` Verified no error message is printed, and the script exits with success (0). -- 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]
