[
https://issues.apache.org/jira/browse/SLING-4867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler reopened SLING-4867:
-------------------------------------
Not sure if it is related to the above change, but integration tests fail no
with:
noActiveResources(org.apache.sling.launchpad.webapp.integrationtest.installer.ServerSideInstallerTest)
Time elapsed: 0.653 sec <<< FAILURE!
java.lang.AssertionError: Active resources found:
[group[[resource[entityId=bundle:org.apache.sling.testbundle.InstallManyBundlesTest.4a84e6dd-3129-46eb-be31-bad8f77177d4_upgradetest,
scheme=jcrinstall,
url=jcrinstall:/apps/InstallManyBundlesTest/4a84e6dd-3129-46eb-be31-bad8f77177d4/install/org.apache.sling.testbundle.InstallManyBundlesTest.4a84e6dd-3129-46eb-be31-bad8f77177d4_upgradetest.9.jar,
type=bundle, state=UNINSTALLED, version=42.0.9, lastChange=1476548965424,
priority=200, digest=1476548964497]]]]
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.sling.launchpad.webapp.integrationtest.installer.ServerSideInstallerTest.noActiveResources(ServerSideInstallerTest.java:61)
which shows an active resource in the uninstall state
> EntityResourceList should be thread-safe
> ----------------------------------------
>
> Key: SLING-4867
> URL: https://issues.apache.org/jira/browse/SLING-4867
> Project: Sling
> Issue Type: Bug
> Components: Installer
> Affects Versions: Installer Core 3.6.6
> Reporter: Julian Sedding
> Assignee: Carsten Ziegeler
> Fix For: Installer Core 3.6.10
>
>
> There was a Jenkins test failure\[0\] due to the following exception. This
> looks like {{EntityResourceList}} should be thread-safe.
> [~cziegeler], I took the liberty to assign the issue to you. Hope that's ok.
> {noformat}
> Exception in thread "OsgiInstallerImpl"
> java.util.ConcurrentModificationException
> at java.util.ArrayList.sort(ArrayList.java:1456)
> at java.util.Collections.sort(Collections.java:141)
> at
> org.apache.sling.installer.core.impl.EntityResourceList.getActiveResource(EntityResourceList.java:125)
> at
> org.apache.sling.installer.factories.configuration.impl.ConfigTaskCreator.createTask(ConfigTaskCreator.java:71)
> at
> org.apache.sling.installer.core.impl.OsgiInstallerImpl.getTask(OsgiInstallerImpl.java:632)
> at
> org.apache.sling.installer.core.impl.OsgiInstallerImpl.computeTasks(OsgiInstallerImpl.java:612)
> at
> org.apache.sling.installer.core.impl.OsgiInstallerImpl.run(OsgiInstallerImpl.java:262)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
> \[0\] https://builds.apache.org/job/sling-trunk-1.8/1292/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)