This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 309394 - Intermittent test failure: testRedundandAttributesOnImplicitSei
Summary: Intermittent test failure: testRedundandAttributesOnImplicitSei
Status: NEW
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: jst.ws.jaxws (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-15 17:03 EDT by Shane Clarke CLA
Modified: 2010-04-17 14:14 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shane Clarke CLA 2010-04-15 17:03:48 EDT
The testRedundandAttributesOnImplicitSei unit test has failed twice in recent builds:

I-3.2.0-20100415073843
I-3.2.0-20100415162438

Stacktrace:
SEI not found

junit.framework.AssertionFailedError: SEI not found
at org.eclipse.jst.ws.jaxws.dom.runtime.tests.dom.validation.SeiValidationTest.testRedundandAttributesOnImplicitSei(SeiValidationTest.java:89)
at org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:39)
at org.eclipse.jst.ws.jaxws.testutils.jmock.MockObjectTestCase.runBareInternal(MockObjectTestCase.java:49)
at org.eclipse.jst.ws.jaxws.testutils.jmock.testcases.BeforeAfterEnabler.runBare(BeforeAfterEnabler.java:42)
at org.eclipse.jst.ws.jaxws.testutils.jmock.MockObjectTestCase.runBare(MockObjectTestCase.java:55)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3507)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3154)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2416)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2380)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2229)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:504)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:497)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Comment 1 Shane Clarke CLA 2010-04-17 14:14:21 EDT
Commenting out the test for now