This is an automated email from the ASF dual-hosted git repository.

erose 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 460150fdad HDDS-9025. Upgrade acceptance test cannot be run with 
docker-compose v1 (#5076)
460150fdad is described below

commit 460150fdad203a8dd5317b2897f801ec748adedc
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jul 17 19:07:19 2023 +0200

    HDDS-9025. Upgrade acceptance test cannot be run with docker-compose v1 
(#5076)
---
 hadoop-ozone/dist/src/main/compose/upgrade/testlib.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/src/main/compose/upgrade/testlib.sh 
b/hadoop-ozone/dist/src/main/compose/upgrade/testlib.sh
index 099134e938..69af73f50c 100755
--- a/hadoop-ozone/dist/src/main/compose/upgrade/testlib.sh
+++ b/hadoop-ozone/dist/src/main/compose/upgrade/testlib.sh
@@ -119,7 +119,7 @@ run_test() {
 
   # The container to run test commands from. Use one of the SCM containers,
   # but SCM HA may or may not be used.
-  export SCM="$(docker compose --project-directory="$compose_dir" config 
--services | grep --max-count=1 scm)"
+  export SCM="$(docker-compose --project-directory="$compose_dir" config 
--services | grep --max-count=1 scm)"
 
   if ! run_test_script "$test_dir" ./driver.sh; then
     RESULT=1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to