You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BookieAutoRecoveryTest.testClosedLedgers is flaky. It fails sporadically.
Error: org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testClosedLedgers -- Time elapsed: 120.0 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
at java.base@11.0.23/jdk.internal.misc.Unsafe.park(Native Method)
at java.base@11.0.23/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at java.base@11.0.23/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
at java.base@11.0.23/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
at java.base@11.0.23/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:[134](https://github.com/apache/bookkeeper/actions/runs/9310045725/job/25626894702?pr=4080#step:7:135)5)
at java.base@11.0.23/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:232)
at app//org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testClosedLedgers(BookieAutoRecoveryTest.java:216)
at java.base@11.0.23/java.lang.reflect.Method.invoke(Method.java:566)
at java.base@11.0.23/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base@11.0.23/java.lang.Thread.run(Thread.java:829)```
BookieAutoRecoveryTest.testClosedLedgers is flaky. It fails sporadically.
CI log: https://github.com/apache/bookkeeper/actions/runs/9310045725/job/25626894702?pr=4080
PR: #4080 (but it failed on other PRs too)
The text was updated successfully, but these errors were encountered: