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 (a…
…pache#4144) ### Motivation The `BookieZKExpireTest.testBookieServerZKSessionExpireBehaviour` is a flaky test and the root cause is described in apache#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 apache#4142. We can skip this flaky test to unblock the pending PRs.
- Loading branch information