Dan Berindei created ISPN-6470:
----------------------------------
Summary: CapacityFactorsFunctionalTest.​testCapacityFactors random failures
Key: ISPN-6470
URL:
https://issues.jboss.org/browse/ISPN-6470
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 8.2.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Fix For: 9.0.0.Alpha1
When nodes have different capacity factors, {{SyncConsistentHashFactory}} sometimes has
trouble assigning the segments correctly:
{noformat}
java.lang.AssertionError: Expected between:<20.0> and:<50.0> but
was:<52.0>
at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
at org.infinispan.test.TestingUtil.assertBetween(TestingUtil.java:1455)
at
org.infinispan.distribution.ch.CapacityFactorsFunctionalTest.assertOwned(CapacityFactorsFunctionalTest.java:96)
at
org.infinispan.distribution.ch.CapacityFactorsFunctionalTest.testCapacityFactors(CapacityFactorsFunctionalTest.java:65)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)