Community
Participate
Working Groups
Could not find node with text: _test_tableEcoreTest.table Stacktrace org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find node with text: _test_tableEcoreTest.table at org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem.getNodes(SWTBotTreeItem.java:333) at org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem.getNode(SWTBotTreeItem.java:307) at org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem.getNode(SWTBotTreeItem.java:345) at org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.TableEditabilityTest.openTableFile(TableEditabilityTest.java:741) at org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.TableEditabilityTest.testSingleLineStringEditability(TableEditabilityTest.java:130)
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
Since https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/65/
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