Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 370687

Summary: testCloneMissingUserInfo failed in I20120205-2230
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: ClientAssignee: Malgorzata Janczarska <malgorzata.tomczyk>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: tomasz.zarna
Version: 0.4   
Target Milestone: 0.4 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Malgorzata Janczarska CLA 2012-02-06 04:10:45 EST
This is the error:

{"Severity":"Error","Message":"ssh://git.eclipse.org/gitroot/platform/eclipse.platform.news.git: username must not be null.","HttpCode":400,"Code":0,"DetailedMessage":"ssh://git.eclipse.org/gitroot/platform/eclipse.platform.news.git: username must not be null.","JsonData":{"Scheme":"ssh","Url":"ssh://git.eclipse.org/gitroot/platform/eclipse.platform.news.git","Host":"git.eclipse.org","HumanishName":"eclipse.platform.news"}} expected:<200> but was:<400>
java.lang.AssertionError: {"Severity":"Error","Message":"ssh://git.eclipse.org/gitroot/platform/eclipse.platform.news.git: username must not be null.","HttpCode":400,"Code":0,"DetailedMessage":"ssh://git.eclipse.org/gitroot/platform/eclipse.platform.news.git: username must not be null.","JsonData":{"Scheme":"ssh","Url":"ssh://git.eclipse.org/gitroot/platform/eclipse.platform.news.git","Host":"git.eclipse.org","HumanishName":"eclipse.platform.news"}} expected:<200> but was:<400>
at org.eclipse.orion.server.tests.servlets.git.GitCloneTest.testCloneMissingUserInfo(GitCloneTest.java:248)
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:352)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:624)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:579)
at org.eclipse.equinox.launcher.Main.run(Main.java:1433)
at org.eclipse.equinox.launcher.Main.main(Main.java:1409)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Malgorzata Janczarska CLA 2012-02-06 04:50:11 EST
I didn't see bug 370539, that is about the same problem.

*** This bug has been marked as a duplicate of bug 370539 ***