]
Gustavo Fernandes updated ISPN-12692:
-------------------------------------
Status: Open (was: New)
HotRodUpgradeEncodingsTest random failures
------------------------------------------
Key: ISPN-12692
URL:
https://issues.redhat.com/browse/ISPN-12692
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols
Affects Versions: 12.0.0.Final
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Priority: Major
{noformat}
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)
{noformat}
The test uses parallel streams that causes it to use a thread that is not excluded by
BlockHound as configured in CommonsTestBlockHoundIntegration