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

Fixed incorrect assumptions in replace_whole_group test #5696

Merged
merged 1 commit into from
Jul 28, 2022

Commits on Jul 28, 2022

  1. r/tests: fixed incorrect assumptions in replace_whole_group test

    Fixed `replace_whole_group` test by waiting for the whole raft group to
    be up to date before executing configuration change.
    
    The test was flaky as sometimes the configuration was changed before
    propagating any records to one of the nodes (raft correctness is based
    on majority). This caused the condition validating if some batches are
    read to fail permanently.
    
    Fixes: redpanda-data#342
    
    Signed-off-by: Michal Maslanka <michal@redpanda.com>
    mmaslankaprv committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8e506f1 View commit details
    Browse the repository at this point in the history