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 5046ebd1673 HDDS-14359. Add 2.1.0 to compatibility/upgrade test (#9644)
5046ebd1673 is described below
commit 5046ebd16739e1a49dba42c81b3bbe03a0037c7a
Author: Chung En Lee <[email protected]>
AuthorDate: Mon Jan 19 21:29:21 2026 +0800
HDDS-14359. Add 2.1.0 to compatibility/upgrade test (#9644)
---
hadoop-ozone/dist/src/main/compose/upgrade/test.sh | 3 ++-
hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml | 4 ++++
hadoop-ozone/dist/src/main/compose/xcompat/lib.sh | 2 +-
hadoop-ozone/dist/src/main/smoketest/compatibility/checkpoint.robot | 2 +-
4 files changed, 8 insertions(+), 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 ba476bc7b7a..8fdc98938ea 100755
--- a/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
+++ b/hadoop-ozone/dist/src/main/compose/upgrade/test.sh
@@ -33,7 +33,8 @@ RESULT_DIR="$ALL_RESULT_DIR" create_results_dir
# This is the version of Ozone that should use the runner image to run the
# code that was built. Other versions will pull images from docker hub.
-run_test ha non-rolling-upgrade 2.0.0 "$OZONE_CURRENT_VERSION"
+run_test ha non-rolling-upgrade 2.1.0 "$OZONE_CURRENT_VERSION"
+# run_test ha non-rolling-upgrade 2.0.0 "$OZONE_CURRENT_VERSION"
#run_test non-ha non-rolling-upgrade 1.4.1 "$OZONE_CURRENT_VERSION"
#run_test ha non-rolling-upgrade 1.4.1 "$OZONE_CURRENT_VERSION"
# run_test ha non-rolling-upgrade 1.4.0 "$OZONE_CURRENT_VERSION"
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
index 1edaf15fdc3..f8df0998583 100644
--- a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
@@ -69,6 +69,10 @@ services:
image: ${OZONE_IMAGE}:2.0.0${OZONE_IMAGE_FLAVOR}
<<: *old-config
+ old_client_2_1_0:
+ image: ${OZONE_IMAGE}:2.1.0${OZONE_IMAGE_FLAVOR}
+ <<: *old-config
+
new_client:
<<: *new-config
environment:
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/lib.sh
b/hadoop-ozone/dist/src/main/compose/xcompat/lib.sh
index 80bcbd24e2a..8922fe61d49 100755
--- a/hadoop-ozone/dist/src/main/compose/xcompat/lib.sh
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/lib.sh
@@ -24,7 +24,7 @@ source "${COMPOSE_DIR}/../testlib.sh"
current_version="${OZONE_CURRENT_VERSION}"
# TODO: debug acceptance test failures for client versions 1.0.0 on secure
clusters
-old_versions="1.1.0 1.2.1 1.3.0 1.4.1 2.0.0" # container is needed for each
version in clients.yaml
+old_versions="1.1.0 1.2.1 1.3.0 1.4.1 2.0.0 2.1.0" # container is needed for
each version in clients.yaml
export SECURITY_ENABLED=true
: ${OZONE_BUCKET_KEY_NAME:=key1}
diff --git
a/hadoop-ozone/dist/src/main/smoketest/compatibility/checkpoint.robot
b/hadoop-ozone/dist/src/main/smoketest/compatibility/checkpoint.robot
index e1776ef1a4b..d32d2b39fae 100644
--- a/hadoop-ozone/dist/src/main/smoketest/compatibility/checkpoint.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/compatibility/checkpoint.robot
@@ -20,7 +20,7 @@ Resource setup.robot
Test Timeout 5 minutes
*** Variables ***
-${CHECKPOINT_V2_VERSION} 2.1.0
+${CHECKPOINT_V2_VERSION} 2.2.0
${OM_HOST} om
${OM_PORT} 9874
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]