]
Dan Berindei updated ISPN-6332:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
L1CachingIT random failures
---------------------------
Key: ISPN-6332
URL:
https://issues.jboss.org/browse/ISPN-6332
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 8.2.0.CR1
Reporter: Dan Berindei
Assignee: Dan Berindei
Labels: testsuite_stability
Fix For: 8.2.0.Final
The test inserts 3 keys in a distributed cache with 2 members and {{numOwners == 1}}, and
asserts that each member will have at least one key.
This worked prior to ISPN-4851, because the distribution of keys was always the same, but
it is no longer reliable now:
{noformat}
java.lang.AssertionError: Distribution of entries is wrong (at least unexpected).
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.infinispan.server.test.l1.L1CachingIT.testL1CachingEnabled(L1CachingIT.java:85)
{noformat}