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.3.x] tests: wait for messages before adding a node to cluster #18486

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #18426
Fixes: #18485,

In the `test_decommissioning_rebalancing_node` test case we check if a
node that joined the cluster and have some partitions assigned to it in
the process of data rebalancing can be successfully decommissioned.

The test was flaky as sometimes all the partition rebalance actions were
finished before we validated if rebalance started.

Added a condition to make sure that we wait for more data before adding
the node to cluster to make sure rebalance will last long enough for the
decommission to interrupt it.

Fixes: redpanda-data#13522

Signed-off-by: Michał Maślanka <michal@redpanda.com>
(cherry picked from commit eb26708)
@vbotbuildovich vbotbuildovich added this to the v23.3.x-next milestone May 14, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label May 14, 2024
@piyushredpanda piyushredpanda merged commit ce218e7 into redpanda-data:v23.3.x May 19, 2024
14 of 17 checks passed
@piyushredpanda
Copy link
Contributor

Known failure #14892

@piyushredpanda piyushredpanda modified the milestones: v23.3.x-next, v23.3.16 May 19, 2024
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.

None yet

3 participants