lhotari commented on PR #24955:
URL: https://github.com/apache/pulsar/pull/24955#issuecomment-3499062246
This change causes a test to fail:
```
Error: Tests run: 21, Failures: 1, Errors: 0, Skipped: 6, Time elapsed:
1189 s <<< FAILURE! -- in
org.apache.bookkeeper.mledger.offload.jcloud.impl.BlobStoreManagedLedgerOffloaderTest
Error:
org.apache.bookkeeper.mledger.offload.jcloud.impl.BlobStoreManagedLedgerOffloaderTest.testReadHandlerState
-- Time elapsed: 60.01 s <<< FAILURE!
org.testng.internal.thread.ThreadTimeoutException: Method
org.apache.bookkeeper.mledger.offload.jcloud.impl.BlobStoreManagedLedgerOffloaderTest.testReadHandlerState()
didn't finish within the time-out 60000
at java.base/java.util.Arrays.copyOf(Arrays.java:3482)
at
java.base/java.util.concurrent.CopyOnWriteArrayList.add(CopyOnWriteArrayList.java:465)
at
org.apache.bookkeeper.client.PulsarMockLedgerHandle.addEntry(PulsarMockLedgerHandle.java:162)
at
org.apache.bookkeeper.mledger.offload.jcloud.impl.BlobStoreManagedLedgerOffloaderBase.buildReadHandle(BlobStoreManagedLedgerOffloaderBase.java:160)
at
org.apache.bookkeeper.mledger.offload.jcloud.impl.BlobStoreManagedLedgerOffloaderTest.testReadHandlerState(BlobStoreManagedLedgerOffloaderTest.java:179)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
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:317)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
```
perhaps it adds too much overhead for that test.
--
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]