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

tests: fix nodes_decommissioning_test #4681

Merged
merged 1 commit into from
May 11, 2022
Merged

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented May 11, 2022

Cover letter

This was previously calling into the admin API of
the node that was just decommissioned, which could
result in a test failure from too many 503s.

Change it to explicitly call into the admin API
of a surviving node, rather than the Admin default
of picking any member of redpanda.nodes

Fixes #3277

Release notes

  • none

This was previously calling into the admin API of
the node that was just decommissioned, which could
result in a test failure from too many 503s.

Change it to explicitly call into the admin API
of a surviving node, rather than the Admin default
of picking any member of redpanda.nodes

Fixes redpanda-data#3277
@jcsp jcsp added kind/bug Something isn't working area/tests labels May 11, 2022
@jcsp jcsp requested review from mmaslankaprv and removed request for dotnwat May 11, 2022 10:01
@jcsp
Copy link
Contributor Author

jcsp commented May 11, 2022

Failure is #4317

@jcsp jcsp merged commit 2931591 into redpanda-data:dev May 11, 2022
@jcsp jcsp deleted the issue-4680 branch May 11, 2022 12:33
@jcsp
Copy link
Contributor Author

jcsp commented May 11, 2022

/backport v22.1.x

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test: NodesDecommissioningTest.test_decommissioning_working_node test failure
2 participants