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

Bug 464075

Summary: [tests] GitCloneTest.testCloneMissingUserInfo is failing
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: ServerAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 9.0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2015-04-07 12:15:14 EDT
This test is failing on the Hudson build server:

Error Message

Status ERROR: org.eclipse.orion.server.core code=0 Error cloning git repository java.lang.Exception: ssh://git.eclipse.org/gitroot/platform/eclipse.platform.news.git: Algorithm negotiation fail expected:<400> but was:<500>

Stacktrace

java.lang.AssertionError: Status ERROR: org.eclipse.orion.server.core code=0 Error cloning git repository java.lang.Exception: ssh://git.eclipse.org/gitroot/platform/eclipse.platform.news.git: Algorithm negotiation fail expected:<400> but was:<500>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.eclipse.orion.server.tests.servlets.git.GitCloneTest.testCloneMissingUserInfo(GitCloneTest.java:324)
Comment 2 Anthony Hunter CLA 2015-04-07 17:13:58 EDT
(In reply to Anthony Hunter from comment #1)
> Fixed with commit:
> http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/
> ?id=58b829087a78452846c08d251bf676d3dd17b004

Actually, not fixed and this is a continuation of Bug 431154 that was also not really fixed.

For now I have just @ignored the test.