On 23/10/2014 20:22, Konstantin Kolinko wrote: > 2014-10-23 22:53 GMT+04:00 Mark Thomas <[email protected]>: >> I fixed all the issues I wanted to address for the next tag and I am >> currently running the unit tests. I am seeing the odd failure on OSX. So >> far they look like false positives and I am working on fixing the tests >> so they pass. At this point I don't know if I'll be tagging later today >> or tomorrow. >> > > 1) https://issues.apache.org/bugzilla/show_bug.cgi?id=57047
I think there is a timing issue in the code but I need to think it through some more to be sure. I'm happy to tag with this outstanding. > 2) trunk Buildbot is currently failing at TestWsWebSocketContainer > Logs from the last run: To be honest we have had so many false positives from buildbot recently I have started to ignore the failures it reports. > http://ci.apache.org/projects/tomcat/tomcat8/logs/1633825/TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.NIO.txt > http://ci.apache.org/projects/tomcat/tomcat8/logs/1633825/TEST-org.apache.tomcat.websocket.TestWsWebSocketContainer.NIO2.txt > > It looks like some misconfiguration, > Two failing tests: > A) Testcase: testWriteTimeoutServerEndpoint took 0.156 sec > Caused an ERROR > The HTTP response from the server [HTTP/1.1 302 Found > ] did not permit the HTTP upgrade to WebSocket > javax.websocket.DeploymentException: The HTTP response from the server > [HTTP/1.1 302 Found > ] did not permit the HTTP upgrade to WebSocket > at > org.apache.tomcat.websocket.WsWebSocketContainer.parseStatus(WsWebSocketContainer.java:619) > at > org.apache.tomcat.websocket.WsWebSocketContainer.processResponse(WsWebSocketContainer.java:603) > at > org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer(WsWebSocketContainer.java:300) > at > org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer(WsWebSocketContainer.java:198) > at > org.apache.tomcat.websocket.TestWsWebSocketContainer.doTestWriteTimeoutServer(TestWsWebSocketContainer.java:423) > at > org.apache.tomcat.websocket.TestWsWebSocketContainer.testWriteTimeoutServerEndpoint(TestWsWebSocketContainer.java:388) > > B) Testcase: testWriteTimeoutServerContainer took 0.198 sec > Caused an ERROR > The HTTP response from the server [HTTP/1.1 302 Found > ] did not permit the HTTP upgrade to WebSocket > javax.websocket.DeploymentException: The HTTP response from the server > [HTTP/1.1 302 Found > ] did not permit the HTTP upgrade to WebSocket > at > org.apache.tomcat.websocket.WsWebSocketContainer.parseStatus(WsWebSocketContainer.java:619) > at > org.apache.tomcat.websocket.WsWebSocketContainer.processResponse(WsWebSocketContainer.java:603) > at > org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer(WsWebSocketContainer.java:300) > at > org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer(WsWebSocketContainer.java:198) > at > org.apache.tomcat.websocket.TestWsWebSocketContainer.doTestWriteTimeoutServer(TestWsWebSocketContainer.java:423) > at > org.apache.tomcat.websocket.TestWsWebSocketContainer.testWriteTimeoutServerContainer(TestWsWebSocketContainer.java:382) > ==== > > BIO skips those tests so it passes Odd. I'll take look tomorrow before I tag anything. > 3) My question in "Re: r1631520" > http://markmail.org/message/nq5mekrmekmu7gep I'll respond on that thread but I'm happy to tag with this outstanding. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
