Hide Forgot
Created attachment 1219410 [details] websocket-endpoints.war There are test failures in autobahn testsuite. Cases with failures: 1.1.8 9.1* 9.2* 9.3* 9.4* 12.2* 12.5* How reproducible: There are always fails but not the same tests. Steps to Reproduce: 1. Start EAP and set NIO2 connector ( /subsystem=web/connector=http:write-attribute(name=protocol, value=org.apache.coyote.http11.Http11NioProtocol) and reload) 2. Deploy the war websocket-endpoints.war 3. Configure autobahn to run against endpoints in websocket-endpoints.war, I will add my specfile. 4. Edit specfile to run specific tests and run autobahn testsuite. Actual results: There are test failures. Expected results: All tests passed. Additional info: Pending investigation. If you run autobahn testsuite I strongly recommend you to edit python tests and lower timeout for cases which you want to run, because most of them fails because of timeout and it is set by default for 480s but 60s timeout should be sufficient - it passes in ~10s.
Created attachment 1219411 [details] autobahn.spec
The about autobahn testsuite can be found at http://autobahn.ws/testsuite/
The sources for the endpoints can be found at https://github.com/rhatlapa/websocket-endpoints/
Created attachment 1219416 [details] autobahn.spec