Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v24.1.x] [CORE-2503] Fix for CI failure: ControlCharacterPermittedAfterUpgrade.test_upgrade_from_pre_v23_2 #18719

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #18695

- This upgrade test failed because the iterative upgrade through rp
version loop wasn't waiting until the cluster active version had
changed, between each install and upgrade of a new version.

- It therefore isn't enough to wait until all binaries report the
desired version, but for the cluster logical version to also have been
bumped.

- The solution is to use the already existing method
`upgrade_through_versions` which properly waits between installs of the
next redpanda version before starting another install and restart.

(cherry picked from commit 44ebe10)
@vbotbuildovich vbotbuildovich added this to the v24.1.x-next milestone May 30, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label May 30, 2024
@piyushredpanda piyushredpanda merged commit b31ac66 into redpanda-data:v24.1.x Jun 1, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants