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

Bug 368007

Summary: [Unit Test Failure][0.2/3.8] org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.NatTableUITests.testAddQueryColumn
Product: z_Archived Reporter: Gregoire Dupe <gdupe>
Component: EMF-FacetAssignee: Gregoire Dupe <gdupe>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: emft.facet-inbox
Version: unspecifiedFlags: gdupe: juno+
gdupe: kepler+
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Gregoire Dupe CLA 2012-01-06 04:06:12 EST
Since https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/65/

expected:<1> but was:<2>

Stacktrace

java.lang.AssertionError: expected:<1> but was:<2>
	at org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.NatTableUITests.testAddQueryColumn(NatTableUITests.java:220)

--------

Last changes which may have cause the regression:

Bug 367700 - [Unit Test Failure][0.2/3.8]
org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.NatTableUITests.testOpenLoadCustomizationDialog
This should fix the regression detected by
org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.uithread.Bug345730CheckTableIntegrityOnOpeningRegularEditingDomain.checkTableIntegrityOnOpening
— gdupe
Comment 1 Gregoire Dupe CLA 2012-01-06 06:25:41 EST
I'm not able to reproduce this failure.

I've tried to improve the debugging:

In NatTableUITests.testAddQueryColumn() I've :
 - replaced SWTBotUtils.captureScreenShot by ScreenShotUtils.capture
 - added "((ITableWidgetInternal) natTableWidget2).waitForResfreshJob()" statement before the screenshots." 
    Committed revision 1465.
Comment 2 Gregoire Dupe CLA 2012-01-06 08:41:25 EST
Back to normal in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/66/
Comment 3 Gregoire Dupe CLA 2012-01-19 03:54:32 EST
Failing again in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/72/

expected:<1> but was:<2>

Stacktrace

java.lang.AssertionError: expected:<1> but was:<2>
	at org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.NatTableUITests.testAddQueryColumn(NatTableUITests.java:226)