Bug 425539 - PersistedBundleTests.testNoPersistence failed
Summary: PersistedBundleTests.testNoPersistence failed
Status: CLOSED DUPLICATE of bug 416164
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Framework (show other bugs)
Version: 3.10.0 Luna   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: equinox.framework-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2014-01-13 05:33 EST by Dani Megert CLA
Modified: 2016-07-07 11:32 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2014-01-13 05:33:03 EST
N20140110-2000.

Timeout after 10503ms waiting for status to change from START to DONE

junit.framework.AssertionFailedError: Timeout after 10503ms waiting for status to change from START to DONE
at org.eclipse.core.tests.harness.TestBarrier.doWaitForStatus(TestBarrier.java:88)
at org.eclipse.core.tests.harness.TestBarrier.waitForStatus(TestBarrier.java:114)
at org.eclipse.core.tests.runtime.jobs.JobTest.testJoinFailingListener(JobTest.java:882)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:657)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:109)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Dani Megert CLA 2014-01-13 05:35:48 EST
See also bug 413723.
Comment 2 Thomas Watson CLA 2016-07-07 11:32:11 EDT
I think this is because of a bug in the impl of Framework.waitForStop that fails if there are spurious wakeups.

*** This bug has been marked as a duplicate of bug 416164 ***