codelipenghui commented on PR #19035: URL: https://github.com/apache/pulsar/pull/19035#issuecomment-1367695703
@coderzc ``` Error: Tests run: 556, Failures: 1, Errors: 0, Skipped: 520, Time elapsed: 46.303 s <<< FAILURE! - in org.apache.bookkeeper.mledger.impl.ManagedCursorTest [1957](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1958) Error: testAsyncReadWithMaxSizeByte(org.apache.bookkeeper.mledger.impl.ManagedCursorTest) Time elapsed: 20.008 s <<< FAILURE! [1958](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1959) org.testng.internal.thread.ThreadTimeoutException: Method org.apache.bookkeeper.mledger.impl.ManagedCursorTest.testAsyncReadWithMaxSizeByte() didn't finish within the time-out 20000 [1959](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1960) at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) [1960](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1961) at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211) [1961](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1962) at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715) [1962](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1963) at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1047) [1963](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1964) at [email protected]/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230) [1964](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1965) at app//org.apache.bookkeeper.mledger.impl.ManagedCursorTest.readAndCheck(ManagedCursorTest.java:572) [1965](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1966) at app//org.apache.bookkeeper.mledger.impl.ManagedCursorTest.testAsyncReadWithMaxSizeByte(ManagedCursorTest.java:549) [1966](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1967) at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [1967](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1968) at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [1968](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1969) at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [1969](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1970) at [email protected]/java.lang.reflect.Method.invoke(Method.java:568) [1970](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1971) at app//org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139) [1971](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1972) at app//org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:47) [1972](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1973) at app//org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:76) [1973](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1974) at app//org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11) [1974](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1975) at [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264) [1975](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1976) at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [1976](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1977) at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [1977](https://github.com/apache/pulsar/actions/runs/3799672325/jobs/6471334338#step:10:1978) at [email protected]/java.lang.Thread.run(Thread.java:833) ``` I noticed this test failed multiple times. Maybe related to the changes of this 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
