On 11/12/2015 13:44, Konstantin Kolinko wrote: > 2015-12-11 16:00 GMT+03:00 Konstantin Kolinko <knst.koli...@gmail.com>: >> Hi! >> >> Current trunk tests fail at buildbot at the new tests for BZ 57489 , >> >> [concat] Testsuites with failed tests: >> [concat] TEST-org.apache.tomcat.websocket.server.TestClose.NIO.txt >> [concat] TEST-org.apache.tomcat.websocket.server.TestClose.NIO2.txt >> >> >> Log files: >> https://ci.apache.org/projects/tomcat/tomcat9/logs/logs/1719346/TEST-org.apache.tomcat.websocket.server.TestClose.NIO.txt >> >> https://ci.apache.org/projects/tomcat/tomcat9/logs/logs/1719346/TEST-org.apache.tomcat.websocket.server.TestClose.NIO2.txt >> >> NIO2: Many tests are failing (~50%) >> >> NIO: One test is failing: >> [[[ >> Testcase: testWsCloseThenTcpReset took 0.08 sec >> FAILED >> expected:<1006> but was:<1001> >> junit.framework.AssertionFailedError: expected:<1006> but was:<1001> >> at >> org.apache.tomcat.websocket.server.TestClose.awaitOnClose(TestClose.java:95) >> at >> org.apache.tomcat.websocket.server.TestClose.testWsCloseThenTcpReset(TestClose.java:163) >> ]]] >>
OS differences look to be the cause of this one. I suspect they'll play a role in the others as well. I'll take a look. Mark > > Testing current Tomcat 8 (at r1719400) with APR connector, Native 1.1.34: > [concat] Testsuites with failed tests: > [concat] > TEST-org.apache.tomcat.websocket.TestWebSocketFrameClientSSL.APR.txt > > TestClose is OK > > TestWebSocketFrameClientSSL: > [[[ > Testcase: testBug56032 took 31,458 sec > FAILED > There are [-1] connections still open > junit.framework.AssertionFailedError: There are [-1] connections still open > at > org.apache.tomcat.websocket.TestWebSocketFrameClientSSL.testBug56032(TestWebSocketFrameClientSSL.java:157) > > Testcase: testConnectToServerEndpoint took 12,522 sec > ]]] > > > Tomcat 7 fails to compile (Java 7 syntax). > > > Best regards, > Konstantin Kolinko > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org