Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] sporadic test failures in org.eclipse.jgit.http.test

2010/1/25 Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx>
2010/1/25 Shawn O. Pearce <spearce@xxxxxxxxxxx>

Chris Aniszczyk <caniszczyk@xxxxxxxxx> wrote:
> On Mon, Jan 25, 2010 at 9:29 AM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote:
> >
> > Speaking of which, how can I monitor the Hudson build, so that when
> > its broken it emails me?

before the log gets overwritten by the next build (I am not sure if Hudson would prevent that), here a copy of the error log

org.eclipse.jgit.http.test.SmartClientSmartServerTest.testPush_NotAuthorized
(from SmartClientSmartServerTest)

Error Message

expected:<1> but was:<0>

Stacktrace

junit.framework.AssertionFailedError: expected:<1> but was:<0>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:280)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:198)
at junit.framework.Assert.assertEquals(Assert.java:204)
at org.eclipse.jgit.http.test.SmartClientSmartServerTest.testPush_NotAuthorized(SmartClientSmartServerTest.java:400)

--
Matthias

Back to the top