Shawyeok opened a new issue, #4565:
URL: https://github.com/apache/bookkeeper/issues/4565

   <!--- 
   
   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.testEmptyLedgerLosesQuorumEventually
 is flaky. It fails sporadically.
   
   ```
   Error:  
org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testEmptyLedgerLosesQuorumEventually
 -- Time elapsed: 18.41 s <<< FAILURE!
   java.lang.AssertionError: Should be marked as underreplicated
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.bookkeeper.replication.BookieAutoRecoveryTest.testEmptyLedgerLosesQuorumEventually(BookieAutoRecoveryTest.java:396)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.lang.Thread.run(Thread.java:829)
   ```
   
   Failed runs:
   - 
https://github.com/apache/bookkeeper/actions/runs/13710867425/job/38349603650
   


-- 
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]

Reply via email to