Shawyeok opened a new issue, #4564:
URL: https://github.com/apache/bookkeeper/issues/4564
<!---
Instructions for reporting a flaky test using this issue template:
1. Replace test_class in title and body with the short test class name
WITHOUT the package name.
2. Replace test_method in title and body with the test method that failed.
Multiple methods are flaky, remove the content that refers to the test method.
3. Replace "relevant parts of the exception stacktrace here" with the a few
lines of the stack trace that shows at least the exception message and the line
of test code where the stacktrace occurred.
4. Replace "full exception stacktrace here" with the full exception
stacktrace from logs. This section will be hidden by default.
5. Remove all unused fields / content to unclutter the reported issue.
Remove this comment too.
-->
org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testOpenLedgers is
flaky. It fails sporadically.
```
Error:
org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testOpenLedgers --
Time elapsed: 120.0 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 120
seconds
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
at
[email protected]/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:232)
at
app//org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testOpenLedgers(BookieAutoRecoveryTest.java:[165](https://github.com/apache/bookkeeper/actions/runs/13710867425/job/38414276698?pr=4562#step:7:166))
at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
at
[email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at [email protected]/java.lang.Thread.run(Thread.java:829)
```
Failed runs:
-
https://github.com/apache/bookkeeper/actions/runs/13710867425/job/38349603650
-
https://github.com/apache/bookkeeper/actions/runs/13710867425/job/38392082381
-
https://github.com/apache/bookkeeper/actions/runs/13710867425/job/38413725380
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]