This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 316376 - Intermittent test failure: test_newWsProjectSynched
Summary: Intermittent test failure: test_newWsProjectSynched
Status: RESOLVED FIXED
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: 3.3   Edit
Assignee: Danail Branekov CLA
QA Contact: Shane Clarke CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-09 16:17 EDT by Shane Clarke CLA
Modified: 2010-07-21 03:46 EDT (History)
2 users (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-06-09 16:17:20 EDT
The test_newWsProjectSynched unit test failed intermittently in two of the final WTP 3.2.0 RC4 builds. 

Stacktrace:

Newly added project not in dom

junit.framework.AssertionFailedError: Newly added project not in dom
at org.eclipse.jst.ws.jaxws.dom.runtime.tests.dom.persistence.ProjectAddingTests.test_newWsProjectSynched(ProjectAddingTests.java:60)
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:3527)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3174)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
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-07-04 07:35:37 EDT
Danail could you take a look at this test to see why it might be failing intermittently?

I've commented out the test for now on the R3_2_maintenance branch and on HEAD.
Comment 2 Shane Clarke CLA 2010-07-07 16:19:43 EDT
Retargeting to future milestone.
Comment 3 Danail Branekov CLA 2010-07-13 12:02:00 EDT
I have committed a fix in HEAD. I will keep an eye on the next test results and will close the issue if tests are "green" in several subsequent runs
Comment 4 Shane Clarke CLA 2010-07-14 15:50:54 EDT
(In reply to comment #3)
> I have committed a fix in HEAD. I will keep an eye on the next test results and
> will close the issue if tests are "green" in several subsequent runs

Danail i've released that change on HEAD so that test should start running in the next build.
Comment 5 Danail Branekov CLA 2010-07-21 03:46:03 EDT
The ProjectAddingTests has been executed successfully three times in a row. Therefore I am setting the issue status to fixed.