lhotari commented on PR #20647: URL: https://github.com/apache/pulsar/pull/20647#issuecomment-1607289470
> @codelipenghui > > https://github.com/apache/pulsar/actions/runs/5373765736/jobs/9748615177?pr=20647 Please help check this failed job. @codelipenghui exception is ``` Error: Tests run: 4, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 0.665 s <<< FAILURE! - in org.apache.pulsar.broker.service.persistent.MessageDuplicationTest Error: org.apache.pulsar.broker.service.persistent.MessageDuplicationTest.testInactiveProducerRemove Time elapsed: 0.056 s <<< FAILURE! java.lang.ClassCastException: class org.apache.pulsar.common.util.collections.ConcurrentOpenHashMap cannot be cast to class java.util.Map (org.apache.pulsar.common.util.collections.ConcurrentOpenHashMap is in unnamed module of loader 'app'; java.util.Map is in module java.base of loader 'bootstrap') at org.apache.pulsar.broker.service.persistent.MessageDuplicationTest.testInactiveProducerRemove(MessageDuplicationTest.java:177) 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:833) ``` -- 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]
