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

Commits on May 30, 2024

  1. rptest: Fix for failing upgrade test

    - 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)
    Rob Blafford committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e56acf9 View commit details
    Browse the repository at this point in the history