Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Flaky flag to skip testBookieServerZKSessionExpireBehaviour test (#…
…4144) ### Motivation The `BookieZKExpireTest.testBookieServerZKSessionExpireBehaviour` is a flaky test and the root cause is described in #3418. There is a race condition in the zookeeper reconnection and listener and it is an expected behavior in Bookie. We created one issue to track this #4142. We can skip this flaky test to unblock the pending PRs. (cherry picked from commit 11ccebb)
- Loading branch information