adoroszlai opened a new pull request, #5747: URL: https://github.com/apache/ozone/pull/5747
## What changes were proposed in this pull request? Sometimes acceptance tests fail due to docker not being able to remove the network during teardown. HDDS-7531 added retry, but it looks like it may fail on repeated attempts, too. To find out why some container cannot be stopped, let's create stack dump of such containers if `docker-compose down` fails. ``` Removing network xcompat_default error while removing network: network xcompat_default id 81e9a46c74c2487fbfe428b07f25da18f053e8410562334d2dc7a013e254cd33 has active endpoints ... Failed to remove all docker containers in 3 attempts. ERROR: Test execution of xcompat/test.sh is FAILED!!!! ``` https://issues.apache.org/jira/browse/HDDS-9875 ## How was this patch tested? Regular CI: https://github.com/adoroszlai/ozone/actions/runs/7129082081 Tried to reproduce the original problem in 10 runs, but it did not happen: https://github.com/adoroszlai/ozone/actions/runs/7129891739 Hopefully we get more information on next failure if this is merged. -- 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]
