Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-6645

Review DomainTestSuite.createSupport uses

XMLWordPrintable

      The DomainTestSuite.createSupport method was intended to be used only by test classes that are listed in the DomainTestSuite class's @Suite.SuiteClasses annotation. But over time that has broken down.

      Task is to review all uses of the method to look for classes that don't appear in SuiteClasses. If found either:

      1) Add them to SuiteClasses. This is preferable as it means the execution of the test doesn't create a new domain if one already exists. In a normal CI run, DomainTestSuite is run, so the suite class starts and stops the domain and the test classes just use it.

      2) If they don't work in the suite, change the call to DomainTestSupport.createAndStartDefaultSupport(name).

            yborgess1@redhat.com Yeray Borges Santana
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: