dombizita opened a new pull request, #9877: URL: https://github.com/apache/ozone/pull/9877
## What changes were proposed in this pull request? In this change I added a new `rolling-upgrade` suite to the upgrade acceptance tests. This initial version has a simple upgrade scenario, where it goes over all the services and simply stop-start (with new image) them one-by-one. After each docker container stop it does a data generation and once the service is restarted, it does the validation of it. I moved out some general methods to the `testlib.sh` from the `non-rolling-upgrade` suite, so it can be reused. Small typo is also fixed in the readme. In follow up patches I'll do the downgrade and pre-finalization tests (added TODO comments for them, since it's on a feature branch). The test run is commented out for now, until the necessary ZDU changes are merged. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14751 ## How was this patch tested? Successful CI run without commenting the rolling upgrade test out: https://github.com/dombizita/ozone/actions/runs/22766179609 -- 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]
