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

Bug 368032

Summary: [Unit Test Failure][Ignored] org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.Bug367700.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-06 08:54:07 EST
Timeout after: 30000 ms.: Waiting for customizations tree to load

Stacktrace

org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 30000 ms.: Waiting for customizations tree to load
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:398)
	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_2.swtbot.Bug367700.openCustomizationDialog(Bug367700.java:311)
	at org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.Bug367700.testOpenLoadCustomizationDialogStep3(Bug367700.java:237)
	at org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.Bug367700.testOpenLoadCustomizationDialog(Bug367700.java:297)
	at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:54)
	at org.eclipse.swtbot.eclipse.junit4.headless.EclipseTestRunner.run(EclipseTestRunner.java:350)
	at org.eclipse.swtbot.eclipse.junit4.headless.EclipseTestRunner.run(EclipseTestRunner.java:208)
	at org.eclipse.swtbot.eclipse.junit4.headless.UITestApplication.runTests(UITestApplication.java:116)
	at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
	at java.lang.Thread.run(Thread.java:619)

since https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/66/
Comment 1 Gregoire Dupe CLA 2012-01-09 05:46:59 EST
Another error:


Timeout after: 30000 ms.: Waiting for customizations tree to load

Stacktrace

org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 30000 ms.: Waiting for customizations tree to load
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:398)
	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_2.swtbot.Bug367700.openCustomizationDialog(Bug367700.java:317)
	at org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.Bug367700.testOpenLoadCustomizationDialogStep4(Bug367700.java:269)
	at org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.Bug367700.testOpenLoadCustomizationDialog(Bug367700.java:304)
	at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:54)
	at org.eclipse.swtbot.eclipse.junit4.headless.EclipseTestRunner.run(EclipseTestRunner.java:350)
	at org.eclipse.swtbot.eclipse.junit4.headless.EclipseTestRunner.run(EclipseTestRunner.java:208)
	at org.eclipse.swtbot.eclipse.junit4.headless.UITestApplication.runTests(UITestApplication.java:116)
	at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
	at java.lang.Thread.run(Thread.java:619)
Comment 2 Gregoire Dupe CLA 2012-01-10 11:52:27 EST
I've added on more screen shot.

Committed revision 1475.
Comment 3 Gregoire Dupe CLA 2012-01-11 03:50:52 EST
Thanks to the screen shot in the method 'org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.Bug367700$1.test_Test', we can see that the left panel of the customization load dialog is not initialized during 29s.
Comment 4 Gregoire Dupe CLA 2012-01-17 10:15:36 EST
I've increase the time out delay.

Committed revision 1497.