We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a558c1 commit 2bbeaafCopy full SHA for 2bbeaaf
1 file changed
hadoop-ozone/dist/src/main/compose/upgrade/testlib.sh
@@ -106,7 +106,7 @@ run_test() {
106
107
local test_dir="$_upgrade_dir/upgrades/$upgrade_type"
108
local callback_dir="$test_dir"/callbacks
109
- local execution_dir="$test_dir"/execution/"${OZONE_UPGRADE_FROM}-${OZONE_UPGRADE_TO}"
+ local execution_dir="$test_dir"/execution/"$compose_cluster-$upgrade_type-${OZONE_UPGRADE_FROM}-${OZONE_UPGRADE_TO}"
110
local compose_dir="$_upgrade_dir"/compose/"$compose_cluster"
111
# Export variables needed by test, since it is run in a subshell.
112
export OZONE_UPGRADE_CALLBACK="$callback_dir"/"$OZONE_UPGRADE_TO"/callback.sh
0 commit comments