2014-03-11 15:05 GMT+04:00 Rémy Maucherat <r...@apache.org>:
> 2014-03-10 22:16 GMT+01:00 <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/5571
>>
>> Buildbot URL: http://ci.apache.org/
>>
>> Buildslave for this Build: bb-vm_ubuntu
>>
>> Build Reason: scheduler
>> Build Source Stamp: [branch tomcat/trunk] 1576014
>> Blamelist: remm
>>
>> BUILD FAILED: failed compile_1
>>
>
> There's one failure with NIO2 and TestWebSocketFrameClient. It's working
> for me, and seems to be timeout related. Overall, I'm skeptical about
> timeout handling in upgrade mode, since it's pretending not to use IO
> timeouts, but NIO still has a write timeout (sometimes, depending on the
> code that was run before the upgrade).
>
> This particular test may be taking just a bit too long (the timeout is 5s).
> It completes just below 5s when I run it, but takes over 5s on the test
> server. Weird ...
>

Testing trunk @1576281, Win7 JDK 7u51 32-bit

The TestWebSocketFrameClient passes for me.
No failures in 3 re-runs x 4 connectors.

The only test that fails is org.apache.tomcat.util.net.TestSsl.
Its failure repeats consistently (all 6 of 6 runs), with NIO2.
BIO,NIO,APR connectors do not fail.

[[[
Testsuite: org.apache.tomcat.util.net.TestSsl
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6,697 sec
-------------
(...)
-------------
Testcase: testSimpleSsl took 2,721 sec
Testcase: testKeyPass took 0,499 sec
Testcase: testRenegotiateWorks took 3,418 sec
    Caused an ERROR
Connection reset
java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:196)
    at java.net.SocketInputStream.read(SocketInputStream.java:122)
    at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
    at sun.security.ssl.InputRecord.read(InputRecord.java:480)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
    at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
    at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
    at java.io.InputStreamReader.read(InputStreamReader.java:184)
    at java.io.BufferedReader.fill(BufferedReader.java:154)
    at java.io.BufferedReader.readLine(BufferedReader.java:317)
    at java.io.BufferedReader.readLine(BufferedReader.java:382)
    at org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks(TestSsl.java:206)

Testcase: testRenegotiateFail took 0,004 sec
]]]

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