You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "lhotari (via GitHub)" <gi...@apache.org> on 2024/04/04 14:43:27 UTC

[I] Flaky-test: ManagedLedgerTest.testTimestampOnWorkingLedger [pulsar]

lhotari opened a new issue, #22430:
URL: https://github.com/apache/pulsar/issues/22430

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   ### Example failures
   
   - [2024-03-31T12:47:05.5836051Z](https://github.com/apache/pulsar/actions/runs/8498023953/job/23277488610#step:11:111) 
   - [2024-03-26T12:46:59.0119982Z](https://github.com/apache/pulsar/actions/runs/8435669349/job/23102020026#step:11:11496) 
   
   
   ### Exception stacktrace
   
   ```
   java.lang.AssertionError: well closed LedgerInfo should set a timestamp > 0 expected [true] but found [false]
   	at org.testng.Assert.fail(Assert.java:110)
   	at org.testng.Assert.failNotEquals(Assert.java:1577)
   	at org.testng.Assert.assertTrue(Assert.java:56)
   	at org.apache.bookkeeper.mledger.impl.ManagedLedgerTest.testTimestampOnWorkingLedger(ManagedLedgerTest.java:2486)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
   	at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:47)
   	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:76)
   	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
   	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   	at java.base/java.lang.Thread.run(Thread.java:840)
   
   ```
   
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!
   


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org