]
Jason Greene updated WFLY-6900:
-------------------------------
Fix Version/s: 11.0.0.Beta1
(was: 11.0.0.Alpha1)
ConnectionListenerTestCase.testConnListenerTest doesn't clean up
properly
-------------------------------------------------------------------------
Key: WFLY-6900
URL:
https://issues.jboss.org/browse/WFLY-6900
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 10.1.0.CR1
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: 11.0.0.Beta1
The method is called twice with different deployment names as a param, but the cleanup
logic in the finally block hard codes one of the names, leading to log noise in later
tests as the leftover deployment fails to deploy.