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

[v23.2.x] Fix for failing tests in control_character_flag_test.py #18721

Merged

Conversation

graphcareful
Copy link
Contributor

@graphcareful graphcareful commented May 30, 2024

Backport of PR #18695

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v24.1.x
  • v23.3.x
  • v23.2.x

Release Notes

  • none

- 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)
@graphcareful graphcareful changed the title [v23.2.x] Fix for failing tests in control_character_flag_test.py [v23.2.x] Fix for failing tests in control_character_flag_test.py May 30, 2024
@michael-redpanda michael-redpanda added this to the v23.2.x-next milestone May 30, 2024
@graphcareful graphcareful merged commit 8be1a72 into redpanda-data:v23.2.x Jun 4, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants