-
Bug
-
Resolution: Done
-
Major
-
8.2.0.CR1
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:
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)