Dan Berindei created ISPN-7049:
----------------------------------
Summary: TopologyAwareStateTransferTest.testNodeDown random failures
Key: ISPN-7049
URL:
https://issues.jboss.org/browse/ISPN-7049
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.0.0.Alpha4
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Fix For: 9.0.0.Beta1
State transfer removes no longer owned entries after installing the new CH, but the test
assumes it happens *before*:
{noformat}
00:22:40,705 DEBUG (transport-thread-Test-NodeB-p3404-t5:[]) [StateConsumerImpl] Removing
no longer owned entries for cache ___defaultcache
00:22:40,733 DEBUG (testng-Test:[]) [Test] Test-NodeE-12789 should be present on =
[Test-NodeA-2838, Test-NodeD-19813]
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeA-2838
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeB-21184
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeD-19813
00:22:40,733 DEBUG (testng-Test:[]) [Test] count = 3
00:22:40,734 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed:
org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.testNodeDown
java.lang.AssertionError
at
org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.assertExistence(TopologyAwareStateTransferTest.java:151)
~[test-classes/:?]
at
org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.testNodeDown(TopologyAwareStateTransferTest.java:93)
~[test-classes/:?]
00:22:40,747 TRACE (transport-thread-Test-NodeB-p3404-t5:[]) [StateConsumerImpl] Removed 1
keys, data container now has 1 keys
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)