-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Challenged tests
com.sun.ts.tests.websocket.spec.application.closing.WSCClientIT.connectionHasBeenClosedWithStatus1006AfterTimeoutTest
TCK Version
HEAD (likely equivalent of 2.2)
Description
Test expects after a timeout we get a 1006 NO_CLOSE code, but in Eclipse Jetty we send 1001 GOING_AWAY on network for idle timeout, which is what the Autobahn Websocket Test Suite expects.
Additional context
The TCK shouldn't be dictating websocket protocol behaviors, that's for other testing suites to do.
The TCK should be following websocket protocol behavior, and should allow for any of the legitimate close status codes for an idle timeout.