HDDS-16109. Update upgrade/xcompat tests to use 2.2.1 - #11133
Open
jojochuang wants to merge 1 commit into
Open
Conversation
Add 2.2.1 client image to xcompat compose and run upgrade test from 2.2.1. Co-authored-by: Cursor <cursoragent@cursor.com> Change-Id: I108e633cca22aa6b3f177dea7f16d84404b49720
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
adoroszlai
reviewed
Aug 28, 2026
adoroszlai
left a comment
Contributor
There was a problem hiding this comment.
Thanks @jojochuang for the patch.
| current_version="${OZONE_CURRENT_VERSION}" | ||
| # TODO: debug acceptance test failures for client versions 1.0.0 on secure clusters | ||
| old_versions="1.1.0 1.2.1 1.3.0 1.4.1 2.0.0 2.1.1 2.2.0" # container is needed for each version in clients.yaml | ||
| old_versions="1.1.0 1.2.1 1.3.0 1.4.1 2.0.0 2.1.1 2.2.0 2.2.1" # container is needed for each version in clients.yaml |
Contributor
There was a problem hiding this comment.
I think testing with latest patch release from each minor release line is enough:
Suggested change
| old_versions="1.1.0 1.2.1 1.3.0 1.4.1 2.0.0 2.1.1 2.2.0 2.2.1" # container is needed for each version in clients.yaml | |
| old_versions="1.1.0 1.2.1 1.3.0 1.4.1 2.0.0 2.1.1 2.2.1" # container is needed for each version in clients.yaml |
old_client_2_2_0 may also be removed from clients.yaml.
| run_test ha non-rolling-upgrade 2.2.0 "$OZONE_CURRENT_VERSION" | ||
| # run_test ha non-rolling-upgrade 2.1.1 "$OZONE_CURRENT_VERSION" | ||
| run_test ha non-rolling-upgrade 2.2.1 "$OZONE_CURRENT_VERSION" | ||
| # run_test ha non-rolling-upgrade 2.2.0 "$OZONE_CURRENT_VERSION" |
Contributor
There was a problem hiding this comment.
Let's keep this (disabled) for previous minor release:
Suggested change
| # run_test ha non-rolling-upgrade 2.2.0 "$OZONE_CURRENT_VERSION" | |
| # run_test ha non-rolling-upgrade 2.1.1 "$OZONE_CURRENT_VERSION" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
old_client_2_2_1to xcompatclients.yaml2.2.1toold_versionsinlib.shJira
https://issues.apache.org/jira/browse/HDDS-16109
Depends on HDDS-16108 / apache/ozone-docker#96 for
apache/ozone:2.2.1-rockyimage.Test plan
Made with Cursor