errose28 opened a new pull request, #4456:
URL: https://github.com/apache/ozone/pull/4456
## What changes were proposed in this pull request?
Refactor of upgrade/downgrade acceptance tests for easier maintenance.
Changes include:
- Reduced code duplication among upgrades/downgrades between different
versions.
- A new common set of callbacks can be used for any version being tested.
- Improved directory structure.
- Decoupling of cluster docker compose cluster from versions being tested.
- Ability to specify tests that are only run when upgrading to a certain
version.
- Example: Check that EC is blocked in 1.3.0 pre-finalized.
- Simple changes for release managers to add the new version to the test
matrix and test the whole matrix before releasing.
- Testing 1.30 -> master (1.4.0) upgrade and downgrade in regular CI runs.
To help with reviewing, please see the updated README.md. It may also be
useful to pull the changes locally to look at the file and directory structure.
## What is the link to the Apache JIRA
HDDS-6633
## How was this patch tested?
The full matrix of upgrade/downgrade acceptance tests passed on my
[fork](https://github.com/errose28/ozone/actions/runs/4495297531/jobs/7908943674).
--
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]