Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Failed Test: org.eclipse.jetty.server.handler.StatisticsHandlerTest

haven't seen that fail on mac..

https://hudson.eclipse.org/hudson/view/Jetty-RT/job/jetty-test-mac/

those are the couple of failing tests in mac that we are currently tracking down

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Sat, Dec 17, 2011 at 07:41, Maksim Meier <maksim.meier@xxxxxxxxxxxxxx> wrote:
> Hi all,
>
> when I try to build Jetty from the master branch, the test
> StatisticsHandlerTest fails:
>
>
> Test set: org.eclipse.jetty.server.handler.StatisticsHandlerTest
> -------------------------------------------------------------------------------
> Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.71
> sec <<< FAILURE!
> testSuspendExpire(org.eclipse.jetty.server.handler.StatisticsHandlerTest)
>  Time elapsed: 0.231 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<1> but was:<2>
>        at org.junit.Assert.fail(Assert.java:91)
>        at org.junit.Assert.failNotEquals(Assert.java:645)
>        at org.junit.Assert.assertEquals(Assert.java:126)
>        at org.junit.Assert.assertEquals(Assert.java:470)
>        at org.junit.Assert.assertEquals(Assert.java:454)
>        at org.eclipse.jetty.server.handler.StatisticsHandlerTest.testSuspendExpire(StatisticsHandlerTest.java:414)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> But Hudson the last build was successfull. To build Jetty I execute:
> mvn clean install.
> I'm using Mac with JDK 1.6.0_29.
>
> Is the test broken or I'm doing something wrong?
> Thanks in advance!
>
> Best regards,
> Maks.
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top