Bug 1393879 - WebSockets Autobahn testsuite - multiple tests failing
Summary: WebSockets Autobahn testsuite - multiple tests failing
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web
Version: 6.4.12
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: ---
Assignee: jboss-set
QA Contact: Michael Cada
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-10 14:25 UTC by Michael Cada
Modified: 2019-08-19 12:48 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-19 12:48:00 UTC
Type: Bug


Attachments (Terms of Use)
websocket-endpoints.war (49.61 KB, application/zip)
2016-11-10 14:25 UTC, Michael Cada
no flags Details
autobahn.spec (577 bytes, text/plain)
2016-11-10 14:26 UTC, Michael Cada
no flags Details
autobahn.spec (597 bytes, text/plain)
2016-11-10 14:50 UTC, Michael Cada
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.