Community
Participate
Working Groups
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
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.
Back to normal in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/66/
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)
Back to normal in: - https://hudson.eclipse.org/hudson/job/emffacet-nightly-maintenance/239/ - https://hudson.eclipse.org/hudson/job/emffacet-nightly/1310/ => Closing