Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hadoop-ozone/dist/src/main/compose/upgrade/testlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ run_test() {

local test_dir="$_upgrade_dir/upgrades/$upgrade_type"
local callback_dir="$test_dir"/callbacks
local execution_dir="$test_dir"/execution/"${OZONE_UPGRADE_FROM}-${OZONE_UPGRADE_TO}"
local execution_dir="$test_dir"/execution/"$compose_cluster"/"${OZONE_UPGRADE_FROM}-${OZONE_UPGRADE_TO}"
Comment thread
adoroszlai marked this conversation as resolved.
Outdated
local compose_dir="$_upgrade_dir"/compose/"$compose_cluster"
# Export variables needed by test, since it is run in a subshell.
export OZONE_UPGRADE_CALLBACK="$callback_dir"/"$OZONE_UPGRADE_TO"/callback.sh
Expand Down