[infinispan-issues] [JBoss JIRA] (ISPN-6332) L1CachingIT random failures
Dan Berindei (JIRA)
issues at jboss.org
Mon Mar 7 07:53:00 EST 2016
Dan Berindei created ISPN-6332:
----------------------------------
Summary: 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
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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list