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

Martin Simka (JIRA) issues at jboss.org
Fri Nov 3 08:38:01 EDT 2017


     [ https://issues.jboss.org/browse/WFLY-9517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Simka updated WFLY-9517:
-------------------------------
    Description: 
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) 

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

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



> DataSourcePoolStatisticsTestCase does reload after each datasource remove
> -------------------------------------------------------------------------
>
>                 Key: WFLY-9517
>                 URL: https://issues.jboss.org/browse/WFLY-9517
>             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