Bug 373800 - Error in GitStatusTest.testConflict "expected:<409> but was:<500>"
Summary: Error in GitStatusTest.testConflict "expected:<409> but was:<500>"
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Git (show other bugs)
Version: 0.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 0.5 M1   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL: http://download.eclipse.org/orion/dro...
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2012-03-09 09:31 EST by Tomasz Zarna CLA
Modified: 2012-03-09 10:53 EST (History)
0 users

See Also:


Attachments
mylyn/context/zip (11.23 KB, application/octet-stream)
2012-03-09 10:53 EST, Tomasz Zarna CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Zarna CLA 2012-03-09 09:31:46 EST
testCheckoutAborted	Error	expected:<409> but was:<500>

java.lang.AssertionError: expected:<409> but was:<500>
at org.eclipse.orion.server.tests.servlets.git.GitCheckoutTest.testCheckoutAborted(GitCheckoutTest.java:518)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:628)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:583)
at org.eclipse.equinox.launcher.Main.run(Main.java:1437)
at org.eclipse.equinox.launcher.Main.main(Main.java:1413)
at org.eclipse.core.launcher.Main.main(Main.java:34)

===

testConflict	Error	N/A

java.lang.NullPointerException
at org.eclipse.orion.server.tests.servlets.git.GitStatusTest.testConflict(GitStatusTest.java:577)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:628)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:583)
at org.eclipse.equinox.launcher.Main.run(Main.java:1437)
at org.eclipse.equinox.launcher.Main.main(Main.java:1413)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Tomasz Zarna CLA 2012-03-09 09:33:56 EST
The latter has been already reported in bug 372489.
Comment 2 Tomasz Zarna CLA 2012-03-09 10:53:00 EST
(In reply to comment #0)
> testCheckoutAborted	Error	expected:<409> but was:<500>

Caused by a breaking API change from bug 356922. Fixed in Orion with 952f391069d4c07dd715680315870a9019438c97
Comment 3 Tomasz Zarna CLA 2012-03-09 10:53:21 EST
Created attachment 212392 [details]
mylyn/context/zip