Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 368136

Summary: [Unit Test Failure][Ignored] org.eclipse.emf.facet.widgets.table.tests.internal.v0_1.swtbot.NatTableUITests.testOpenLoadCustomizationDialog
Product: z_Archived Reporter: Gregoire Dupe <gdupe>
Component: EMF-FacetAssignee: Gregoire Dupe <gdupe>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: P5 CC: emft.facet-inbox
Version: unspecifiedFlags: gdupe: juno+
gdupe: kepler+
gdupe: luna+
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Gregoire Dupe CLA 2012-01-09 05:49:38 EST
Since : https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/67/

test timed out after 30000 milliseconds

Stacktrace

java.lang.Exception: test timed out after 30000 milliseconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:485)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187)
	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
	at org.eclipse.swt.widgets.Display.syncExec(Display.java:4331)
	at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable.run(UIThreadRunnable.java:76)
	at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable.syncExec(UIThreadRunnable.java:172)
	at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.syncExec(AbstractSWTBot.java:503)
	at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.notify(AbstractSWTBot.java:141)
	at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.notify(AbstractSWTBot.java:129)
	at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.notify(AbstractSWTBot.java:119)
	at org.eclipse.swtbot.swt.finder.widgets.SWTBotTree.notifySelect(SWTBotTree.java:285)
	at org.eclipse.swtbot.swt.finder.widgets.SWTBotTree.select(SWTBotTree.java:211)
	at org.eclipse.emf.facet.widgets.table.tests.internal.v0_1.swtbot.NatTableUITests.testOpenLoadCustomizationDialog(NatTableUITests.java:443)
Comment 1 Gregoire Dupe CLA 2012-01-10 12:07:08 EST
I've added screen shots and a a 'waitUntil' on a tree.

Committed revision 1476.
Comment 2 Gregoire Dupe CLA 2012-01-11 07:29:36 EST
Back to normal in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/70/
Comment 3 Gregoire Dupe CLA 2012-01-19 03:39:20 EST
Failing in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/72/

java.lang.Exception: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.eclipse.swtbot.swt.finder.utils.SWTUtils.sleep(SWTUtils.java:200)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.sleep(SWTBotFactory.java:459)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:396)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:372)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:360)
	at org.eclipse.emf.facet.widgets.table.tests.internal.v0_1.swtbot.NatTableUITests.testOpenLoadCustomizationDialog(NatTableUITests.java:362)