Community
Participate
Working Groups
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:1474) at org.eclipse.swtbot.swt.finder.SWTBot.text(SWTBot.java:1463) at org.eclipse.emf.facet.widgets.nattable.tests.swtbot.TableEditabilityTest.testNonEditabilityOfNACells(TableEditabilityTest.java:700) Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find widget matching: (of type 'Text') 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)
I can reproduce this problem in my development environment.
In the revision 1144 (Bug 364693) the editor maximizations have been disabled because they are not supported by E4. This disabling cause the failure of TableEditabilityTest.testNonEditabilityOfNACells(). I’ve re-enable the missing maximization. It should work in build based on 3.8 and we will see if it breaks the build based on 4.2. Committed revision 1260.
The revision 1260 didn't solved the problem for the build against 4.2 but it does not break the build. cf. https://hudson.eclipse.org/hudson/job/emffacet-nightly/652/
I missed the commit of the maximization line :-( Next try: Committed revision 1262.
Back to normal in: https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/25/ Not fixed in: https://hudson.eclipse.org/hudson/job/emffacet-nightly/654/ but didn't break the build.
Also failing in : https://hudson.eclipse.org/hudson/job/emffacet-nightly-maintenance/27/ Timeout after: 5000 ms.: Cell editor was not activated Stacktrace org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Cell editor was not activated 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.emf.facet.widgets.nattable.tests.swtbot.Bug351931Test.testBug352822(Bug351931Test.java:122) at org.eclipse.swtbot.eclipse.junit4.headless.EclipseTestRunner.run(EclipseTestRunner.java:350) at org.eclipse.swtbot.eclipse.junit4.headless.EclipseTestRunner.run(EclipseTestRunner.java:208) at org.eclipse.swtbot.eclipse.junit4.headless.UITestApplication.runTests(UITestApplication.java:116) at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71) at java.lang.Thread.run(Thread.java:595)
Back to normal in: - https://hudson.eclipse.org/hudson/job/emffacet-nightly-maintenance/239/ - https://hudson.eclipse.org/hudson/job/emffacet-nightly/1310/ => Closing