[
https://issues.apache.org/jira/browse/SLING-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018767#comment-14018767
]
Bertrand Delacretaz commented on SLING-3495:
--------------------------------------------
I'm seeing this again at
http://ci.apache.org/builders/sling-trunk/builds/328/steps/compile/logs/stdio
Also it seems like the assertEquals is backwards in this code:
{code}
private void assertTopologyConsistsOf(TopologyView topology, String...
slingIds) {
assertNotNull(topology);
assertEquals(topology.getInstances().size(), slingIds.length);
{code}
IIUC the expected value is slingIds.length so the assert parameters should be
exchanged.
> TopologyTest.testLargeTopologyWithHub failures on Jenkins
> ---------------------------------------------------------
>
> Key: SLING-3495
> URL: https://issues.apache.org/jira/browse/SLING-3495
> Project: Sling
> Issue Type: Bug
> Components: Extensions
> Affects Versions: Discovery Impl 1.0.6
> Reporter: Robert Munteanu
> Attachments:
> TopologyTest.testLargeTopologyWithHub-failure-sling-trunk-1.6.txt,
> TopologyTest.testLargeTopologyWithHub-failure-sling-trunk-1.7.txt
>
>
> TopologyTest.testLargeTopologyWithHub has failed in the last testing run for
> both sling-trunk-1.6 [1] and sling-trunk-1.7 [2] .
> The errors are attached, in case the build results will expire.
> [1]:
> https://builds.apache.org/view/S-Z/view/Sling/job/sling-trunk-1.6/lastBuild/org.apache.sling$org.apache.sling.discovery.impl/testReport/org.apache.sling.discovery.impl.topology/TopologyTest/testLargeTopologyWithHub/
> [2]:
> https://builds.apache.org/view/S-Z/view/Sling/job/sling-trunk-1.7/lastBuild/org.apache.sling$org.apache.sling.discovery.impl/testReport/org.apache.sling.discovery.impl.topology/TopologyTest/testLargeTopologyWithHub/
--
This message was sent by Atlassian JIRA
(v6.2#6252)