Bug 1393879

Summary: WebSockets Autobahn testsuite - multiple tests failing
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Michael Cada <mcada>
Component: WebAssignee: jboss-set
Status: CLOSED EOL QA Contact: Michael Cada <mcada>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.4.12CC: rmaucher
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:48:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
websocket-endpoints.war
none
autobahn.spec
none
autobahn.spec none

Description Michael Cada 2016-11-10 14:25:32 UTC
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.

Comment 1 Michael Cada 2016-11-10 14:26:22 UTC
Created attachment 1219411 [details]
autobahn.spec

Comment 2 Radim Hatlapatka 2016-11-10 14:28:23 UTC
The about autobahn testsuite can be found at http://autobahn.ws/testsuite/

Comment 3 Radim Hatlapatka 2016-11-10 14:29:55 UTC
The sources for the endpoints can be found at https://github.com/rhatlapa/websocket-endpoints/

Comment 5 Michael Cada 2016-11-10 14:50:09 UTC
Created attachment 1219416 [details]
autobahn.spec