Community
Participate
Working Groups
In the last couple of nightly builds, there have been test failures in the p2 tests. Is the following commit related? http://git.eclipse.org/c/equinox/rt.equinox.p2.git/commit/?id=df0e3ecefa5df573f6b51a49155442d83fdb2a5f Rerun org.eclipse.equinox.p2.tests.artifact.repository.MirrorRequestTest2 org.eclipse.equinox.p2.tests.artifact.repository.MirrorRequestTest2 testRetryMirrorAfterTimeout(org.eclipse.equinox.p2.tests.artifact.repository.MirrorRequestTest2) java.lang.IllegalStateException: Unable to start bundle org.eclipse.equinox.http at org.eclipse.equinox.p2.tests.testserver.helper.TestServerController.oneTimeSetUp(TestServerController.java:91) at org.eclipse.equinox.p2.tests.testserver.helper.TestServerController.checkSetUp(TestServerController.java:118) at org.eclipse.equinox.p2.tests.testserver.helper.AbstractTestServerClientCase.oneTimeSetUp(AbstractTestServerClientCase.java:53) at org.eclipse.equinox.p2.tests.testserver.helper.AbstractTestServerClientCase$ProtectedRunner.protect(AbstractTestServerClientCase.java:78) at junit.framework.TestResult.runProtected(TestResult.java:128) at org.eclipse.equinox.p2.tests.testserver.helper.AbstractTestServerClientCase.run(AbstractTestServerClientCase.java:32) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) testTimeoutForgivableAfterTimeout(org.eclipse.equinox.p2.tests.artifact.repository.MirrorRequestTest2) java.lang.IllegalStateException: Unable to start bundle org.eclipse.equinox.http at org.eclipse.equinox.p2.tests.testserver.helper.TestServerController.oneTimeSetUp(TestServerController.java:91) at org.eclipse.equinox.p2.tests.testserver.helper.TestServerController.checkSetUp(TestServerController.java:118) at org.eclipse.equinox.p2.tests.testserver.helper.AbstractTestServerClientCase.oneTimeSetUp(AbstractTestServerClientCase.java:53) at org.eclipse.equinox.p2.tests.testserver.helper.AbstractTestServerClientCase$ProtectedRunner.protect(AbstractTestServerClientCase.java:78) at junit.framework.TestResult.runProtected(TestResult.java:128) at org.eclipse.equinox.p2.tests.testserver.helper.AbstractTestServerClientCase.run(AbstractTestServerClientCase.java:32) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238)
It's my mistake. I'll have a look.
Remove test case 'MirrorRequest2' from nightly test suite. SDK doesn't have bundle 'org.eclipse.equinox.http', so can't run the cases on Hudson that would start testserver.