Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-13220

Avoid HTTPSWebConnectorTestCase removing default https listener in tearDown()

XMLWordPrintable

      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
      

            pkremens@redhat.com Petr Kremensky (Inactive)
            pkremens@redhat.com Petr Kremensky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: