]
Galder Zamarreño updated ISPN-8643:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
ClientConnectionPoolingTest.testMaxActiveReached random failures
----------------------------------------------------------------
Key: ISPN-8643
URL:
https://issues.jboss.org/browse/ISPN-8643
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.2.0.Beta2
Reporter: Dan Berindei
Labels: testsuite_stability
Fix For: 9.4.0.Final
Looks like waiting for 1s for all the connections to be releases is not enough:
{noformat}
java.lang.AssertionError:
at
org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:229)
at
org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:211)
at
org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:187)
at
org.infinispan.client.hotrod.ClientConnectionPoolingTest.testMaxActiveReached(ClientConnectionPoolingTest.java:208)
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)
{noformat}
http://ci.infinispan.org/job/Infinispan/job/master/336