-
Bug
-
Resolution: Done
-
Major
-
None
-
None
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:
"failure-description" => "WFLYCTL0216: Management resource '[ (\"subsystem\" => \"undertow\"), (\"server\" => \"default-server\"), (\"https-listener\" => \"https\") ]' not found",
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:
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
- clones
-
JBEAP-13220 Avoid HTTPSWebConnectorTestCase removing default https listener in tearDown()
- Closed