Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-9517

DataSourcePoolStatisticsTestCase does reload after each datasource remove

    XMLWordPrintable

Details

    Description

      In this TC during closedataSources() method reloads sever after each iteration.

      while (dsCount > 0) {
                  remove(getDsAddress(dsCount, false));
                  reload();
                  dsCount--;
      }
      

      It's not necessary any more with removed concept of enabled/disabled ds/xa-ds at runtime. (WFLY-5528)

      Attachments

        Issue Links

          Activity

            People

              jcibik Jozef Cibik (Inactive)
              jcibik Jozef Cibik (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: