Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368006 - [Unit Test Failure][0.2/3.8] org.eclipse.emf.facet.widgets.table.tests.internal.v0_2.swtbot.TableEditabilityTest.testSingleLineStringEditability
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: 368934
Blocks:
  Show dependency tree
 
Reported: 2012-01-06 04:00 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:00:13 EST
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)
Comment 1 Gregoire Dupe CLA 2012-01-06 04:01:09 EST
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 3 Gregoire Dupe CLA 2012-01-06 05:04:53 EST
I'm not able to reproduce this failure.
Comment 4 Gregoire Dupe CLA 2012-01-06 05:24:46 EST
I've added of screen shots to understand what appends with this test.
Committed revision 1463.
Comment 5 Gregoire Dupe CLA 2012-01-06 08:43:37 EST
Back to normal in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/66/
Comment 6 Gregoire Dupe CLA 2012-01-10 10:42:46 EST
It fails again in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/69/
Comment 7 Gregoire Dupe CLA 2012-01-10 10:43:38 EST
(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)
Comment 8 Gregoire Dupe CLA 2012-01-10 11:00:12 EST
We can see only 4 four column, while trying to select the 5th.
This problem is caused by the table size refactoring.