jojochuang commented on PR #7831: URL: https://github.com/apache/ozone/pull/7831#issuecomment-2657335793
Ok I think this is good and will merge. We should also revisit the upgrade test framework to make sure this scenario is covered. I took a quick look and our CI only tests one scenario. ``` # 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. export OZONE_CURRENT_VERSION=1.5.0 run_test ha non-rolling-upgrade 1.4.0 "$OZONE_CURRENT_VERSION" # run_test ha non-rolling-upgrade 1.3.0 "$OZONE_CURRENT_VERSION" # run_test ha non-rolling-upgrade 1.2.1 "$OZONE_CURRENT_VERSION" # run_test om-ha non-rolling-upgrade 1.1.0 "$OZONE_CURRENT_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]
