]
Tristan Tarrant updated ISPN-8248:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.1.1.Final
Resolution: Done
Missing timeout exceptions in distributed executor tests
--------------------------------------------------------
Key: ISPN-8248
URL:
https://issues.jboss.org/browse/ISPN-8248
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Labels: testsuite_stability
Fix For: 9.1.1.Final
{noformat}
java.lang.AssertionError: Should have thrown an class
java.util.concurrent.TimeoutException
at org.infinispan.test.Exceptions.assertException(Exceptions.java:21)
at org.infinispan.test.Exceptions.expectException(Exceptions.java:92)
at
org.infinispan.distexec.DistributedExecutorTest.testTimeoutOnLocalNode(DistributedExecutorTest.java:217)
{noformat}
{noformat}
java.lang.AssertionError: Should have thrown an class
java.util.concurrent.TimeoutException
at org.infinispan.test.Exceptions.assertException(Exceptions.java:21)
at org.infinispan.test.Exceptions.expectException(Exceptions.java:92)
at
org.infinispan.distexec.LocalDistributedExecutorTest.testSleepingCallableWithTimeoutExc(LocalDistributedExecutorTest.java:340)
{noformat}