-
Bug
-
Resolution: Done
-
Major
-
12.0.0.Final
-
None
Caused by: java.lang.AssertionError: Blocking call! jdk.internal.misc.Unsafe#park on thread Thread[ForkJoinPool.commonPool-worker-7,5,HotRod-client-async-pool-group] at org.infinispan.util.CoreTestBlockHoundIntegration.lambda$applyTo$0(CoreTestBlockHoundIntegration.java:49) at reactor.blockhound.BlockHound$Builder.lambda$install$8(BlockHound.java:383) at reactor.blockhound.BlockHoundRuntime.checkBlocking(BlockHoundRuntime.java:89) at java.base/jdk.internal.misc.Unsafe.park(Unsafe.java) at org.infinispan.client.hotrod.impl.Util.await(Util.java:51) at org.infinispan.client.hotrod.impl.RemoteCacheSupport.put(RemoteCacheSupport.java:196) at org.infinispan.client.hotrod.impl.RemoteCacheSupport.put(RemoteCacheSupport.java:186) at org.infinispan.persistence.remote.upgrade.HotRodUpgradeEncodingsTest.lambda$loadSourceCluster$0(HotRodUpgradeEncodingsTest.java:75)
The test uses parallel streams that causes it to use a thread that is not excluded by BlockHound as configured in CommonsTestBlockHoundIntegration