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

Martin Simka (JIRA) issues at jboss.org
Fri Nov 3 08:31:00 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}

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



> 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}



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


More information about the jboss-jira mailing list