-
Notifications
You must be signed in to change notification settings - Fork 591
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
ducktape: bump timeout in force_reconfiguration test #13837
ducktape: bump timeout in force_reconfiguration test #13837
Conversation
Post restart, the test was timing out on achieving stable leadership because of tight timeout. Restarted nodes are not seeing fresh health reports with updated leadership information. Since health reports are refreshed every 10s, we need to bump the wait timeout to factor in multiple health reports incase the first one is stale.
ducktape was retried in job https://buildkite.com/redpanda/redpanda/builds/38021#018ae36b-952e-4d92-a3f4-e8dd89418751 |
ducktape was retried in job https://buildkite.com/redpanda/redpanda/builds/38021#018ae36b-9531-46a8-ae82-a5718a52130f |
ducktape was retried in job https://buildkite.com/redpanda/redpanda/builds/38021#018ae373-919b-48fc-aae8-cd826553c68f |
Failure, known issue: #13732 |
/ci-repeat 1 skip-units skip-redpanda-build dt-repeat=20 tests/rptest/tests/partition_force_reconfiguration_test.py |
/ci-repeat 1 skip-units skip-redpanda-build dt-repeat=40 tests/rptest/tests/partition_force_reconfiguration_test.py |
1 similar comment
/ci-repeat 1 skip-units skip-redpanda-build dt-repeat=40 tests/rptest/tests/partition_force_reconfiguration_test.py |
/ci-repeat 1 skip-units skip-redpanda-build dt-repeat=20 tests/rptest/tests/partition_force_reconfiguration_test.py |
Post restart, the test was failing to achieve stable leadership because of low timeout. Restarted nodes are not seeing fresh health reports with updated leadership information. Since health reports are refreshed every 10s, we need to bump the wait timeout to factor in multiple health reports incase the first one is stale.
Fixes: #13051
Backports Required
Release Notes