tomaswolf opened a new pull request, #254: URL: https://github.com/apache/mina-sshd/pull/254
This test sometimes hung indefinitely. Use a timed wait on a CountdownLatch instead of busy spinning without timeout whatsoever until some counters reach a certain value. Fix the underlying problem that caused this test to hang: a race condition in Nio2Session.shutdownOutputStream() could cause a ClosedChannelException in TCP/IP port forwarding, after which the tunnel got completely broken and one of the test clients just hung. Just ignore the ClosedChannelException. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
