[
https://issues.jboss.org/browse/ISPN-6118?page=com.atlassian.jira.plugin....
]
Dan Berindei reopened ISPN-6118:
--------------------------------
Test {{testCreateAfterIterationBeganAndSegmentNotCompleteValueNonOwnerClustered}} still
fails when the initial state batch containing the chosen key's segment doesn't
have any entries.
This happens because {{AbstractCacheStream.onCompletion()}} does not invoke
{{listenerNotifier.completeSegmentsNoResults()}} unless there was at least one value in
the {{StreamResponseCommand}}, which seems to be wrong.
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
Assignee: Dan Berindei
Labels: testsuite_stability
Fix For: 9.0.0.Alpha1
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)