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 2475949d1b HDDS-11107. Remove unnecessary run_test_scripts call in
upgrade tests (#8201)
2475949d1b is described below
commit 2475949d1baa59e3621a4e3ce0143d133fd71c84
Author: Jimmy_kiet <[email protected]>
AuthorDate: Tue Apr 1 23:30:00 2025 +0800
HDDS-11107. Remove unnecessary run_test_scripts call in upgrade tests
(#8201)
---
hadoop-ozone/dist/src/main/compose/upgrade/test.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
b/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
index d449f14ebb..100aba9839 100755
--- a/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
+++ b/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
@@ -25,9 +25,6 @@ source "$TEST_DIR/testlib.sh"
export TEST_DIR
export COMPOSE_DIR="$TEST_DIR"
-RESULT=0
-run_test_scripts ${tests} || RESULT=$?
-
RESULT_DIR="$ALL_RESULT_DIR" create_results_dir
# Upgrade tests to be run. In CI we want to run just one set, but for a release
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]