Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341468 - Nightly build failures of testMutliMatches on all platforms
Summary: Nightly build failures of testMutliMatches on all platforms
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.7 M7   Edit
Assignee: Curtis Windatt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 08:18 EDT by Ankur Sharma CLA
Modified: 2011-03-31 16:47 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 Ankur Sharma CLA 2011-03-31 08:18:33 EDT
The test has failed on all platforms for N20110329-2000 and N20110330-2000


junit.framework.AssertionFailedError: expected:<2> but was:<1> at org.eclipse.pde.ui.tests.project.PluginRegistryTests.testMutliMatches(PluginRegistryTests.java:150) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:416) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:249) at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197) 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:4138) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3755) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140) at org.eclipse.test.UITestApplication.run(UITestApplication.java:62) at org.eclipse.test.UITestApplication.start(UITestApplication.java:212) 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:344) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) at org.eclipse.equinox.launcher.Main.main(Main.java:1386) at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Ankur Sharma CLA 2011-03-31 08:59:04 EDT
I have been unable to reproduce the failures on Win XP and Mac locally
Comment 2 Curtis Windatt CLA 2011-03-31 09:41:44 EDT
Dani, do you know of any changes to JUnit in Eclipse?

If the versions available in the build have changed, that may be why this test fails in the nightly builds but not locally.
Comment 3 Dani Megert CLA 2011-03-31 09:46:50 EDT
We upgraded from 4.8.1 to 4.8.2 but that should only have minor changes.
Comment 4 Curtis Windatt CLA 2011-03-31 16:47:09 EDT
Tests fail because the version range excludes 4.8.2.qualifier (highest allowable is 4.8.2.0).  Fix is to change the range to [3.8.2,5.0.0).

Fixed in HEAD.  See PluginRegistryTests.java