]
Tristan Tarrant closed ISPN-4741.
---------------------------------
Resolution: Out of Date
ConsistentHashV1IntegrationTest.testCorrectBalancingOfKeysAfterNodeKill randomly fails on
RHEL
----------------------------------------------------------------------------------------------
Key: ISPN-4741
URL:
https://issues.jboss.org/browse/ISPN-4741
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 8.2.4.Final
Reporter: Vojtech Juranek
Assignee: Dan Berindei
Labels: testsuite_stability
{{ConsistentHashV1IntegrationTest.testCorrectBalancingOfKeysAfterNodeKill}} randomly
fails (spot on RHEL6, IBM java 6) with ([see
details|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FU...]):
{noformat}
java.lang.AssertionError: expected:<ConsistentHashV1IntegrationTest-NodeA-42275>
but was:<ConsistentHashV1IntegrationTest-NodeE-19755>
at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:88)
at
org.infinispan.client.hotrod.ConsistentHashV1IntegrationTest.runTest(ConsistentHashV1IntegrationTest.java:124)
at
org.infinispan.client.hotrod.ConsistentHashV1IntegrationTest.testCorrectBalancingOfKeysAfterNodeKill(ConsistentHashV1IntegrationTest.java:155)
{noformat}