errose28 commented on a change in pull request #2484:
URL: https://github.com/apache/ozone/pull/2484#discussion_r693144351
##########
File path: hadoop-ozone/dist/src/main/compose/upgrade/test.sh
##########
@@ -32,12 +32,7 @@ run_test_scripts ${tests} || RESULT=$?
RESULT_DIR="$ALL_RESULT_DIR" create_results_dir
# Upgrade tests to be run.
-# Run all upgrades even if one fails.
-# Any failure will save a failing return code to $RESULT.
-set +e
-run_test manual-upgrade 0.5.0 1.1.0
-run_test non-rolling-upgrade 1.0.0 1.1.0
Review comment:
1.0.0 -> 1.1.0 did not require any manual intervention. So the upgrade
framework supports upgrading from 1.0.0 (GA) to any later version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]