| Summary: | [Unit Test Failure][0.2/3.8] org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.TableEditabilityTest.testSingleLineStringEditability | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Gregoire Dupe <gdupe> |
| Component: | EMF-Facet | Assignee: | Gregoire Dupe <gdupe> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | emft.facet-inbox |
| Version: | unspecified | Flags: | gdupe:
juno+
gdupe: kepler+ |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 368934 | ||
| Bug Blocks: | |||
|
Description
Gregoire Dupe
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 added of screen shots to understand what appends with this test. Committed revision 1463. Back to normal in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/66/ It fails again in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/69/ (In reply to comment #6) Could not find widget. Stacktrace org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find widget. at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:348) at org.eclipse.swtbot.swt.finder.SWTBotFactory.widget(SWTBotFactory.java:308) at org.eclipse.swtbot.swt.finder.SWTBot.text(SWTBot.java:1348) at org.eclipse.swtbot.swt.finder.SWTBot.text(SWTBot.java:1336) at org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.TableEditabilityTest.testSingleLineStringEditability(TableEditabilityTest.java:148) Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find widget matching: (of type 'Text' and with text 'Class1') 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.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:346) We can see only 4 four column, while trying to select the 5th. This problem is caused by the table size refactoring. Back to normal in: - https://hudson.eclipse.org/hudson/job/emffacet-nightly-maintenance/239/ - https://hudson.eclipse.org/hudson/job/emffacet-nightly/1310/ => Closing |