This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 9d4d57535e HDDS-7531. (addendum) Intermittent error while removing
docker network (#5353)
9d4d57535e is described below
commit 9d4d57535e462c746c86d73cb83c8cbdc928d271
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Sep 25 15:38:52 2023 +0200
HDDS-7531. (addendum) Intermittent error while removing docker network
(#5353)
---
hadoop-ozone/dist/src/main/compose/testlib.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/hadoop-ozone/dist/src/main/compose/testlib.sh
b/hadoop-ozone/dist/src/main/compose/testlib.sh
index e34c21c27a..91eb3c8660 100755
--- a/hadoop-ozone/dist/src/main/compose/testlib.sh
+++ b/hadoop-ozone/dist/src/main/compose/testlib.sh
@@ -345,9 +345,10 @@ stop_docker_env(){
fi
sleep 5
done
+
+ echo "Failed to remove all docker containers in $down_repeats attempts."
+ return 1
fi
- echo "Failed to remove all docker containers in $down_repeats attempts."
- return 1
}
## @description Removes the given docker images if configured not to keep
them (via KEEP_IMAGE=false)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]