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 0e86035a4a5 HDDS-14081. Docker logs missing from failed xcompat bundle
(#9438)
0e86035a4a5 is described below
commit 0e86035a4a5b911f87bb12aa574a9d87a8ad5b80
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Dec 5 15:09:31 2025 +0100
HDDS-14081. Docker logs missing from failed xcompat bundle (#9438)
---
hadoop-ozone/dist/src/main/compose/xcompat/test-new.sh | 3 ++-
hadoop-ozone/dist/src/main/compose/xcompat/test-old.sh | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/test-new.sh
b/hadoop-ozone/dist/src/main/compose/xcompat/test-new.sh
index ef8c3ef36cd..fe512c4f425 100755
--- a/hadoop-ozone/dist/src/main/compose/xcompat/test-new.sh
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/test-new.sh
@@ -26,4 +26,5 @@ export COMPOSE_DIR
source "${COMPOSE_DIR}/lib.sh"
# current cluster with various clients
-COMPOSE_FILE=new-cluster.yaml:clients.yaml cluster_version=${current_version}
test_cross_compatibility ${old_versions} ${current_version}
+export COMPOSE_FILE=new-cluster.yaml:clients.yaml
+cluster_version=${current_version} test_cross_compatibility ${old_versions}
${current_version}
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/test-old.sh
b/hadoop-ozone/dist/src/main/compose/xcompat/test-old.sh
index f6c69ef6f17..b0f3ae35426 100755
--- a/hadoop-ozone/dist/src/main/compose/xcompat/test-old.sh
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/test-old.sh
@@ -28,5 +28,6 @@ source "${COMPOSE_DIR}/lib.sh"
# old cluster with clients: same version and current version
for cluster_version in ${old_versions}; do
export OZONE_VERSION=${cluster_version}
- COMPOSE_FILE=old-cluster.yaml:clients.yaml test_cross_compatibility
${cluster_version} ${current_version}
+ export COMPOSE_FILE=old-cluster.yaml:clients.yaml
+ test_cross_compatibility ${cluster_version} ${current_version}
done
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]