[
https://issues.jboss.org/browse/WFLY-9517?page=com.atlassian.jira.plugin....
]
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)