Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368007 - [Unit Test Failure][0.2/3.8] org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.NatTableUITests.testAddQueryColumn
Summary: [Unit Test Failure][0.2/3.8] org.eclipse.emf.facet.widgets.table.tests.intern...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMF-Facet (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Gregoire Dupe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-06 04:06 EST by Gregoire Dupe CLA
Modified: 2020-05-01 11:26 EDT (History)
1 user (show)

See Also:
gdupe: juno+
gdupe: kepler+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)