]
Dan Berindei updated ISPN-7161:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
RemoteGetFailureTest.testOneOwnerSuspectedNoFilter[staggered=false]
random failures
-----------------------------------------------------------------------------------
Key: ISPN-7161
URL:
https://issues.jboss.org/browse/ISPN-7161
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Labels: testsuite_stability
Fix For: 9.0.0.Beta1
{noformat}
java.lang.AssertionError:
at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:33)
at
org.infinispan.distribution.RemoteGetFailureTest.testOneOwnerSuspectedNoFilter(RemoteGetFailureTest.java:223)
{noformat}
The test installs a new view and then immediately unblocks the latch on node 1. Since
ISPN-5469, {{RequestCorrelator}} doesn't receive the view synchronously any more, so
node 0 could receive the response from node 1 before receiving the view and suspecting
node 2.