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

(7.1.z) DataSourcePoolStatisticsTestCase does reload after each datasource remove

XMLWordPrintable

      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)

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

              Created:
              Updated:
              Resolved: