2012/11/12  <build...@apache.org>:
> The Buildbot has detected a new failure on builder tomcat-trunk while 
> building ASF Buildbot.
> Full details are available at:
>  http://ci.apache.org/builders/tomcat-trunk/builds/3550
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: bb-vm_ubuntu
>
> Build Reason: scheduler
> Build Source Stamp: [branch tomcat/trunk] 1408165
> Blamelist: markt
>
> BUILD FAILED: failed compile_1
>

http://ci.apache.org/projects/tomcat/tomcat8/logs/1408165/TEST-org.apache.catalina.core.TestAsyncContextImpl.NIO.txt

Testsuite: org.apache.catalina.core.TestAsyncContextImpl
Tests run: 41, Failures: 1, Errors: 0, Time elapsed: 79.256 sec

Testcase: testTimeoutListenerCompleteNoDispatch took 5.125 sec
        FAILED
Uri: /async, Status: 200, Time: 2921
junit.framework.AssertionFailedError: Uri: /async, Status: 200, Time: 2921
        at 
org.apache.catalina.valves.TesterAccessLogValve.validateAccessLog(TesterAccessLogValve.java:81)
        at 
org.apache.catalina.core.TestAsyncContextImpl.doTestTimeout(TestAsyncContextImpl.java:499)
        at 
org.apache.catalina.core.TestAsyncContextImpl.testTimeoutListenerCompleteNoDispatch(TestAsyncContextImpl.java:387)


The code is
            alvGlobal.validateAccessLog(1, 200, TimeoutServlet.ASYNC_TIMEOUT,
                    TimeoutServlet.ASYNC_TIMEOUT + TIMEOUT_MARGIN +
                    REQUEST_TIME);

TimeoutServlet.ASYNC_TIMEOUT is 3000, so it executed faster (2921)
than expected.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to