]
Petr Kremensky moved JBEAP-13225 to WFLY-9373:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-9373 (was: JBEAP-13225)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Test Suite
(was: Test Suite)
Affects Version/s: (was: 7.1.0.CR2)
Avoid HTTPSWebConnectorTestCase removing default https web connector
in tearDown()
----------------------------------------------------------------------------------
Key: WFLY-9373
URL:
https://issues.jboss.org/browse/WFLY-9373
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Petr Kremensky
Assignee: Petr Kremensky
We see some new testsuite failures of
org.jboss.as.test.manualmode.ejb.ssl.SSLEJBRemoteClientTestCase with 7.1.0.CR2 bits. This
however doesn't look like the functional issue as the tests pass if run as a single
test.
The test fails during the setup phase with missing management resource:
{noformat}
"failure-description" => "WFLYCTL0216: Management resource '[
(\"subsystem\" => \"undertow\"),
(\"server\" => \"default-server\"),
(\"https-listener\" => \"https\")
]' not found",
{noformat}
I expect that some other test run prior this one cause this. Note that we no longer run
the manualmode tests in alphabetic order (JBEAP-12192), that may be the answer why we
didn't see this failure before.
I'll look more into this and try to find the culprit.
Failing tests:
{noformat}
org.jboss.as.test.manualmode.ejb.ssl.SSLEJBRemoteClientTestCase.testStatefulBeanAsync
org.jboss.as.test.manualmode.ejb.ssl.SSLEJBRemoteClientTestCase.testStatefulBean
org.jboss.as.test.manualmode.ejb.ssl.SSLEJBRemoteClientTestCase.testStatelessBeanAsync
org.jboss.as.test.manualmode.ejb.ssl.SSLEJBRemoteClientTestCase.testStatelessBean
org.jboss.as.test.manualmode.ejb.ssl.SSLEJBRemoteClientTestCase.org.jboss.as.test.manualmode.ejb.ssl.SSLEJBRemoteClientTestCase
{noformat}