[jboss-jira] [JBoss JIRA] (WFLY-9518) DataSourcePoolStatisticsTestCase does reload after each datasource remove

Jozef Cibik (JIRA) issues at jboss.org
Fri Nov 3 09:07:00 EDT 2017


Jozef Cibik created WFLY-9518:
---------------------------------

             Summary: DataSourcePoolStatisticsTestCase does reload after each datasource remove
                 Key: WFLY-9518
                 URL: https://issues.jboss.org/browse/WFLY-9518
             Project: WildFly
          Issue Type: Bug
          Components: Test Suite
            Reporter: Jozef Cibik
            Assignee: Jozef Cibik
            Priority: Minor


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

{code:java}
while (dsCount > 0) {
            remove(getDsAddress(dsCount, false));
            reload();
            dsCount--;
}
{code}
It's not necessary any more with removed concept of enabled/disabled ds/xa-ds at runtime. (WFLY-5528) 



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list