-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Flaky-test: ZKSessionTest.testReacquireLeadershipAfterSessionLost #11032
Comments
Another exception in the same test
|
another failure in testReacquireLocksAfterSessionLost method
|
I want to fix it. :) |
This test remains flaky. Reopening this issue Here's a recent failure:
this happened in https://github.com/apache/pulsar/pull/11758/checks?check_run_id=3408040594#step:8:4706 |
There's also
in https://github.com/apache/pulsar/pull/11758/checks?check_run_id=3408040594#step:8:3079 |
|
…ate between retries - mitigates flaky tests in LockManagerTest apache#11690 and ZkSessionTest apache#11032
there's a mitigation for this flaky test in #11771 by using a solution which cleans up state between test retries. |
…ate between retries (apache#11771) * [Tests] Use TestRetrySupport for BaseMetadataStoreTests to cleanup state between retries - mitigates flaky tests in LockManagerTest apache#11690 and ZkSessionTest apache#11032 * [Tests] Add notes about the correct usage of TestRetrySupport (cherry picked from commit 7de9992)
fixed by #11886 |
…#11062) Fixes apache#11032 apache#11143 Master Issue: apache#11032 apache#11143 Motivation In some cases, testing errors occurred due to Zookeeper's notification delay. Modifications Waiting async notice until timeout.
…ate between retries (apache#11771) * [Tests] Use TestRetrySupport for BaseMetadataStoreTests to cleanup state between retries - mitigates flaky tests in LockManagerTest apache#11690 and ZkSessionTest apache#11032 * [Tests] Add notes about the correct usage of TestRetrySupport
related to #19754 . @mattisonchao please remove ZKSessionTest from quarantine and fix this. Thanks |
ZKSessionTest is flaky. The testReacquireLeadershipAfterSessionLost test method fails sporadically.
example failure
The text was updated successfully, but these errors were encountered: