The ConcurrentModificationException is a known issue in older versions of Equinox. The Aries Application tests are using 3.5.0. The CME was fixed starting with 3.7.2 [1]. Is there any reason the Application tests can't use at least 3.7.2 if not 3.8?
John [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=360198 > > Subject > > Re: Jenkins build became unstable: Aries » Apache Aries Application > integration tests #1698 > > > As far as I can tell, the test failure [1] is not related to the recent > change [2]. The standard output in [1] seems to indicate that the > SharedBundleFramework was not created due to an embedded > ConcurrentModificationException. Then, at [3], an NPE occurred because > fwMgr.getSharedBundleFramework() returned null. > > John > > [1] https://builds.apache.org/job/Aries/org.apache.aries.application > $org.apache.aries.application.runtime.isolated.itests/1698/ > testReport/junit/org.apache.aries.application.runtime.itests/ > IsolatedRuntimeTest/testAppWithFragment__equinox_3_5_0_/ > > [2] http://svn.apache.org/viewvc?view=revision&revision=1391209 > > [3] at > org.apache.aries.application.runtime.framework.management.SharedFrameworkPreResolveHook.collectFakeResources > (SharedFrameworkPreResolveHook.java:161) > > Apache Jenkins Server <[email protected]> wrote on 09/27/2012 > 05:51:23 PM: > > > Apache Jenkins Server <[email protected]> > > 09/27/2012 05:51 PM > > > > Please respond to > > [email protected] > > > > To > > > > [email protected], > > > > cc > > > > Subject > > > > Jenkins build became unstable: Aries » Apache Aries Application > > integration tests #1698 > > > > See <https://builds.apache.org/job/Aries/ > > org.apache.aries.application > > $org.apache.aries.application.runtime.isolated.itests/1698/> > >
