-
Bug
-
Resolution: Done
-
Major
-
JDG 7.2 ER2
-
None
Both tests fail on the same issue:
EmbeddedHotRodTest.testCustomEvents
java.lang.AssertionError:
at org.infinispan.client.hotrod.event.CustomEventLogListener.pollEvent(CustomEventLogListener.java:51)
at org.infinispan.client.hotrod.event.CustomEventLogListener$StaticCustomEventLogListener.expectSingleCustomEvent(CustomEventLogListener.java:190)
at org.infinispan.client.hotrod.event.CustomEventLogListener$StaticCustomEventLogListener.expectSingleCustomEvent(CustomEventLogListener.java:184)
at org.infinispan.client.hotrod.event.CustomEventLogListener.expectCreatedEvent(CustomEventLogListener.java:85)
at org.infinispan.it.compatibility.EmbeddedHotRodTest.lambda$testCustomEvents$5(EmbeddedHotRodTest.java:344)
at org.infinispan.client.hotrod.test.HotRodClientTestingUtil.withClientListener(HotRodClientTestingUtil.java:129)
at org.infinispan.it.compatibility.EmbeddedHotRodTest.testCustomEvents(EmbeddedHotRodTest.java:339)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
EmbeddedHotRodTest.testCustomEventsDynamic
java.lang.AssertionError:
at org.infinispan.client.hotrod.event.CustomEventLogListener.pollEvent(CustomEventLogListener.java:51)
at org.infinispan.client.hotrod.event.CustomEventLogListener.expectSingleCustomEvent(CustomEventLogListener.java:80)
at org.infinispan.client.hotrod.event.CustomEventLogListener.expectCreatedEvent(CustomEventLogListener.java:85)
at org.infinispan.it.compatibility.EmbeddedHotRodTest.lambda$testCustomEventsDynamic$6(EmbeddedHotRodTest.java:361)
at org.infinispan.client.hotrod.test.HotRodClientTestingUtil.withClientListener(HotRodClientTestingUtil.java:139)
at org.infinispan.it.compatibility.EmbeddedHotRodTest.testCustomEventsDynamic(EmbeddedHotRodTest.java:356)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)