Dan Berindei created ISPN-6118:
----------------------------------
Summary: CacheNotifierImplInitialTransferDistTest random failures
Key: ISPN-6118
URL:
https://issues.jboss.org/browse/ISPN-6118
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 8.1.0.Final
Reporter: Dan Berindei
Fix For: 8.2.0.Beta1
The failures are probably related to the default consistent hash factory change.
{noformat}
18:54:56,255 ERROR (testng-CacheNotifierImplInitialTransferDistTest:)
[UnitTestTestNGListener] Test
testCreateAfterIterationBeganAndSegmentNotCompleteValueNonOwnerClustered(org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest)
failed.
java.util.concurrent.TimeoutException: Timed out waiting for event
pre_complete_segment_invoked
at org.infinispan.test.fwk.CheckPoint.awaitStrict(CheckPoint.java:43) ~[test-classes/:?]
at org.infinispan.test.fwk.CheckPoint.awaitStrict(CheckPoint.java:33) ~[test-classes/:?]
at
org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest.testIterationBeganAndSegmentNotComplete(CacheNotifierImplInitialTransferDistTest.java:519)
~[test-classes/:?]
at
org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest.testCreateAfterIterationBeganAndSegmentNotCompleteValueNonOwnerClustered(CacheNotifierImplInitialTransferDistTest.java:622)
~[test-classes/:?]
{noformat}
{noformat}
18:55:06,637 ERROR (testng-CacheNotifierImplInitialTransferDistTest:)
[UnitTestTestNGListener] Test
testCreateAfterIterationBeganAndSegmentNotCompleteValueOwnerClustered(org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest)
failed.
java.util.concurrent.TimeoutException: Timed out waiting for event
pre_complete_segment_invoked
at org.infinispan.test.fwk.CheckPoint.awaitStrict(CheckPoint.java:43) ~[test-classes/:?]
at org.infinispan.test.fwk.CheckPoint.awaitStrict(CheckPoint.java:33) ~[test-classes/:?]
at
org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest.testIterationBeganAndSegmentNotComplete(CacheNotifierImplInitialTransferDistTest.java:519)
~[test-classes/:?]
at
org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest.testCreateAfterIterationBeganAndSegmentNotCompleteValueOwnerClustered(CacheNotifierImplInitialTransferDistTest.java:633)
~[test-classes/:?]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)