Skip to content
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: org.apache.bookkeeper.test.BookieZKExpireTest.testBookieServerZKSessionExpireBehaviour #4142

Open
zymap opened this issue Dec 4, 2023 · 0 comments

Comments

@zymap
Copy link
Member

zymap commented Dec 4, 2023

org.apache.bookkeeper.test.BookieZKExpireTest.testBookieServerZKSessionExpireBehaviour is flaky. It fails sporadically.

Error:  org.apache.bookkeeper.test.BookieZKExpireTest.testBookieServerZKSessionExpireBehaviour
Error:    Run 1: BookieZKExpireTest.testBookieServerZKSessionExpireBehaviour:180 Bookie should shutdown on losing zk session
Error:    Run 2: BookieZKExpireTest.testBookieServerZKSessionExpireBehaviour:180 Bookie should shutdown on losing zk session
Error:    Run 3: BookieZKExpireTest.testBookieServerZKSessionExpireBehaviour:180 Bookie should shutdown on losing zk session
@hangc0276 hangc0276 self-assigned this Dec 4, 2023
zymap pushed a commit that referenced this issue Dec 7, 2023
…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.
zymap pushed a commit that referenced this issue Dec 8, 2023
…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)
yangl pushed a commit to yangl/bookkeeper that referenced this issue Dec 11, 2023
…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.
hangc0276 added a commit to hangc0276/bookkeeper that referenced this issue Jan 18, 2024
…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.

(cherry picked from commit 11ccebb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants