-
Notifications
You must be signed in to change notification settings - Fork 592
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: fixed querying new leader node in leadership transfer test #20378
Conversation
The test was using an api expecting the node ordinal to query for the node that was elected as a leader. The query was based on the node id. This lead to the validation being invalid. Fixes: redpanda-data#19953 Signed-off-by: Michał Maślanka <michal@redpanda.com>
Above your change there are quite a few calls to |
good point, i've changed all the places to |
Signed-off-by: Michał Maślanka <michal@redpanda.com>
/backport v24.1.x |
/backport v23.3.x |
fixes: #20574 |
The test was using an api expecting the node ordinal to query for the node that was elected as a leader. The query was based on the node id. This lead to the validation being invalid.
Fixes: #19953
Backports Required
Release Notes