Bug 408339 - Cancellation.testCancellation failed
Summary: Cancellation.testCancellation failed
Status: VERIFIED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.9.0 Kepler   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: Kepler RC3   Edit
Assignee: Pascal Rapicault CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2013-05-17 08:53 EDT by Dani Megert CLA
Modified: 2013-05-27 05:13 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 Dani Megert CLA 2013-05-17 08:53:41 EDT
http://download.eclipse.org/eclipse/downloads/drops4/I20130516-2200/testresults/html/org.eclipse.equinox.p2.tests_win32.win32.x86_7.0.html


expected:<0> but was:<13>

junit.framework.AssertionFailedError: expected:<0> but was:<13>
at org.eclipse.equinox.p2.tests.sharedinstall.AbstractSharedInstallTest.realExecuteVerifier(AbstractSharedInstallTest.java:178)
at org.eclipse.equinox.p2.tests.sharedinstall.AbstractSharedInstallTest.executeVerifier(AbstractSharedInstallTest.java:182)
at org.eclipse.equinox.p2.tests.sharedinstall.Cancellation.testCancellation(Cancellation.java:65)
at org.eclipse.equinox.p2.tests.AbstractProvisioningTest.runTest(AbstractProvisioningTest.java:944)
at org.eclipse.equinox.p2.tests.reconciler.dropins.ReconcilerTestSuite.run(ReconcilerTestSuite.java:89)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:655)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
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:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Dani Megert CLA 2013-05-21 06:16:42 EDT
The tests seems to be unreliable. It sometimes passes and then fails again:
http://download.eclipse.org/eclipse/downloads/drops4/I20130518-1500/testresults/html/org.eclipse.equinox.p2.tests_win32.win32.x86_7.0.html
Comment 3 Pascal Rapicault CLA 2013-05-26 17:51:16 EDT
The patch for bug #408138 had accidentally been released the master and this caused the tests to fail. I have reverted the inappropriate commit http://git.eclipse.org/c/equinox/rt.equinox.p2.git/commit/?id=533b004da27980dc5be3b56dee63d51d34dc2685
Comment 4 Pascal Rapicault CLA 2013-05-26 17:51:32 EDT
.
Comment 5 Dani Megert CLA 2013-05-27 05:13:42 EDT
Verified in I20130526-2000.