On 17/02/2015 19:50, ma...@apache.org wrote: > Author: markt > Date: Tue Feb 17 19:50:40 2015 > New Revision: 1660479 > > URL: http://svn.apache.org/r1660479 > Log: > Typical. The tests starts failing regularly and it is the test that isn't > configured for debug that fails. > > Modified: > > tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java
I'm currently running this test in a loop until it fails on a local VM and on the VM that hosts the buildbot slave we use. I'm seeing a couple a different failure modes. In one, something triggers a socket closure before the write has finished. I'm fairly sure it is happening on the write thread but I don't know exactly where yet. The other is that the write thread just stops writing. I think that is probably an issue with a failure to register for write somewhere. My plan - such as it is - is to keep adding targeted debug statements until I track down the source of these errors. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org