| Summary: | [Unit Test Failure][Ignored] org.eclipse.emf.facet.widgets.nattable.tests.swtbot.NatTableUITests.testOpenLoadCustomizationDialog | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Gregoire Dupe <gdupe> |
| Component: | EMF-Facet | Assignee: | Gregoire Dupe <gdupe> |
| Status: | REOPENED --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P5 | CC: | emft.facet-inbox |
| Version: | unspecified | Flags: | gdupe:
juno+
gdupe: kepler+ gdupe: luna+ |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Gregoire Dupe
This test does not fail in my development environment. I've tried to solve the problem by adding a wait section after the opening of the "Load a Customization" dialog. My try of fix looks good. The test didn't failed in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/18/ Succeed in https://hudson.eclipse.org/hudson/job/emffacet-nightly/654/ Succeed in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/27/ REOPENED: New failure in: https://hudson.eclipse.org/hudson/job/emffacet-nightly/662/ java.lang.Exception: test timed out after 30000 milliseconds at java.lang.Thread.sleep(Native Method) at org.eclipse.swtbot.swt.finder.utils.SWTUtils.sleep(SWTUtils.java:200) at org.eclipse.swtbot.swt.finder.SWTBotFactory.sleep(SWTBotFactory.java:459) at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:396) 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.emf.facet.widgets.nattable.tests.swtbot.NatTableUITests.testOpenLoadCustomizationDialog(NatTableUITests.java:360) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.internal.runners.statements.FailOnTimeout$1.run(FailOnTimeout.java:28) Back to normal since (at least) : https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/47/ REOPENED Fails again in : https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/65/ java.lang.Exception: test timed out after 30000 milliseconds at java.lang.Thread.sleep(Native Method) at org.eclipse.swtbot.swt.finder.utils.SWTUtils.sleep(SWTUtils.java:200) at org.eclipse.swtbot.swt.finder.SWTBotFactory.sleep(SWTBotFactory.java:459) at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:396) 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.emf.facet.widgets.nattable.tests.swtbot.NatTableUITests.testOpenLoadCustomizationDialog(NatTableUITests.java:444) 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/ I've added screen shots. Committed revision 1473. Back to normal in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/70/ |