Stefan Egli created SLING-4359: ---------------------------------- Summary: LargeTopologyWithHubTest.testLargeTopologyWithHub test failure Key: SLING-4359 URL: https://issues.apache.org/jira/browse/SLING-4359 Project: Sling Issue Type: Bug Components: Extensions Affects Versions: Discovery Impl 1.0.12 Reporter: Stefan Egli Assignee: Stefan Egli Fix For: Discovery Impl 1.0.14
https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.discovery.impl/1376/testReport/org.apache.sling.discovery.impl.topology/LargeTopologyWithHubTest/testLargeTopologyWithHub/ {code} java.lang.AssertionError: expected:<101> but was:<43> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at org.apache.sling.discovery.impl.topology.TopologyTestHelper.assertTopologyConsistsOf(TopologyTestHelper.java:127) at org.apache.sling.discovery.impl.topology.LargeTopologyWithHubTest.testLargeTopologyWithHub(LargeTopologyWithHubTest.java:84) {code} grepping for log.info testLargeTopologyWithHub shows : {code} 28.01.2015 08:16:25 *INFO * [main] LargeTopologyWithHubTest: testLargeTopologyWithHub: checking if all connectors are registered, TopologyView has 47 Instances ... 28.01.2015 08:16:32 *INFO * [main] LargeTopologyWithHubTest: testLargeTopologyWithHub: checking if all connectors are registered, TopologyView has 46 Instances ... 28.01.2015 08:16:38 *INFO * [main] LargeTopologyWithHubTest: testLargeTopologyWithHub: checking if all connectors are registered, TopologyView has 45 Instances ... 28.01.2015 08:16:44 *INFO * [main] LargeTopologyWithHubTest: testLargeTopologyWithHub: checking if all connectors are registered, TopologyView has 44 Instances {code} basically the instances die one after each other - probably due to no longer sending heartbeats. I'll check -- This message was sent by Atlassian JIRA (v6.3.4#6332)