This is an automated email from the ASF dual-hosted git repository.
elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 53353c0 HDDS-4204. upgrade docker environment does not work with
KEEP_RUNNING=true (#1388)
53353c0 is described below
commit 53353c064319a8d71bf99f6e95acd1dca318e37e
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Sep 7 14:27:52 2020 +0200
HDDS-4204. upgrade docker environment does not work with KEEP_RUNNING=true
(#1388)
---
hadoop-ozone/dist/src/main/compose/upgrade/test.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
b/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
index 0c51325..7284bf7 100644
--- a/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
+++ b/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
@@ -26,7 +26,6 @@ export COMPOSE_DIR
export OZONE_VOLUME
mkdir -p "${OZONE_VOLUME}"/{dn1,dn2,dn3,om,recon,s3g,scm}
-mkdir -p "${OZONE_VOLUME}/debug"
if [[ -n "${OZONE_VOLUME_OWNER}" ]]; then
current_user=$(whoami)
@@ -47,7 +46,7 @@ source "${COMPOSE_DIR}/../testlib.sh"
# prepare pre-upgrade cluster
start_docker_env
execute_robot_test scm topology/loaddata.robot
-stop_docker_env
+KEEP_RUNNING=false stop_docker_env
# run upgrade scripts
SCRIPT_DIR=../../libexec/upgrade
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]