2014-10-23 22:53 GMT+04:00 Mark Thomas <ma...@apache.org>: > 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 2) trunk Buildbot is currently failing at TestWsWebSocketContainer Logs from the last run: 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 3) My question in "Re: r1631520" http://markmail.org/message/nq5mekrmekmu7gep Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org