Bug 1111137
Summary: | (6.4.0) WebsocketTestCase doesn't do correct cleanup | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ondrej Lukas <olukas> | |
Component: | Testsuite | Assignee: | jboss-set | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kremensky <pkremens> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.3.0 | CC: | bbaranow, cdewolf, pkremens, pslavice | |
Target Milestone: | DR1 | |||
Target Release: | EAP 6.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1123901 (view as bug list) | Environment: | ||
Last Closed: | Type: | Bug | ||
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1119147 | |||
Bug Blocks: | 1123901 |
Description
Ondrej Lukas
2014-06-19 10:37:26 UTC
Updating status. This's still an issue in 6.3.0.ER10. There are actually 2 problems here: 1) WebsocketTestCase tests Http11NioProtocol, which has a doPrivileged() related issue. This is covered by bug #1119147. 2) The WebsocketTestCase doesn't do correct cleanup so the tests which run after this one also use Http11NioProtocol (and they will probably fail). @Radim: Could you please fix the point 2? Verified on EAP 6.4.0.DR1.1 |