Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-releng] orion-server-dev - Build #829 - Unstable!

orion-server-dev - Build #829 - Unstable:

Check console output at https://hudson.eclipse.org/orion/job/orion-server-dev/829/ to view the results.

Changes:

[Szymon Brandys] [nobug] HttpUtil#configureHttpMethod should return error status, when [Szymon Brandys] [nobug] Be prepared for 206 status when calling /v2/organizations [Silenio Quarti] Defect 38461: Cannot push new branch to remote when multiple remotes are added

Test Failures:

2 tests failed.
REGRESSION:  org.eclipse.orion.server.tests.servlets.git.GitCheckoutTest.testCheckoutBranchFromSecondaryRemote

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	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.junit.Assert.assertEquals(Assert.java:542)
	at org.eclipse.orion.server.tests.servlets.git.GitCheckoutTest.testCheckoutBranchFromSecondaryRemote(GitCheckoutTest.java:591)


REGRESSION:  org.eclipse.orion.server.tests.servlets.git.GitPushTest.testPushNewBranchToSecondaryRemote

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	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.junit.Assert.assertEquals(Assert.java:542)
	at org.eclipse.orion.server.tests.servlets.git.GitPushTest.testPushNewBranchToSecondaryRemote(GitPushTest.java:903)



Back to the top