Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 327519 - org.eclipse.ui.tests.concurrency.Bug_262032 failure
Summary: org.eclipse.ui.tests.concurrency.Bug_262032 failure
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 04:03 EDT by Hitesh CLA
Modified: 2010-10-12 09:11 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hitesh CLA 2010-10-12 04:03:15 EDT
I get a test failure consistently for the test org.eclipse.ui.tests.concurrency.Bug_262032 . 

Trace :

junit.framework.AssertionFailedError: Timeout waiting for status to change from RUNNING to WAIT_FOR_DONE
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.eclipse.core.tests.harness.TestBarrier.doWaitForStatus(TestBarrier.java:86)
	at org.eclipse.core.tests.harness.TestBarrier.waitForStatus(TestBarrier.java:120)
	at org.eclipse.core.tests.harness.TestBarrier.waitForStatus(TestBarrier.java:158)
	at org.eclipse.ui.tests.concurrency.Bug_262032.testBug262032(Bug_262032.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)
	at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:62)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:116)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4058)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3677)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
	at org.eclipse.pde.internal.junit.runtime.UITestApplication.start(UITestApplication.java:47)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:621)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:576)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1409)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1385)


Console: 

junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertTrue(Assert.java:27)
	at org.eclipse.ui.tests.concurrency.Bug_262032$2.run(Bug_262032.java:79)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Hitesh CLA 2010-10-12 04:34:33 EDT
Feel free re-adjust severity as appropriate ...
Comment 2 James Blackburn CLA 2010-10-12 04:45:52 EDT
Are you using the latest core.jobs? It seems to have passed in the most recent nightly test run:
http://download.eclipse.org/eclipse/downloads/drops/N20101010-2000/testresults/html/org.eclipse.ui.tests_linux.gtk.x86_6.0.html#UiTestSuite
Comment 3 Hitesh CLA 2010-10-12 04:57:04 EDT
(In reply to comment #2)
> Are you using the latest core.jobs? It seems to have passed in the most recent
> nightly test run:
> http://download.eclipse.org/eclipse/downloads/drops/N20101010-2000/testresults/html/org.eclipse.ui.tests_linux.gtk.x86_6.0.html#UiTestSuite

Point. 

I was using the I20101005-0800; I am going to try one of the N-builds now. Thanks.
Comment 4 James Blackburn CLA 2010-10-12 04:59:10 EDT
I checked, and the test has passed in every nightly build since it was released... 
If you continue to have problems having switched to a new nightly, do reopen.