Panagiotis Sotiropoulos created WFLY-3892:
---------------------------------------------
Summary: DomainLifecycleUtil.start() does not work if
DomainLifecycleUtil.stop() is used to stop the host.
Key: WFLY-3892
URL:
https://issues.jboss.org/browse/WFLY-3892
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 9.0.0.Alpha1
Reporter: Panagiotis Sotiropoulos
Assignee: Panagiotis Sotiropoulos
The slave host does not restart after it is stopped using DomainLifecycleUtil.stop()
Steps to reproduce:
DomainTestSupport testSupport = DomainTestSupport.create(
DomainTestSupport.Configuration.create(DomainHostJoinLeavesTestCase.class.getSimpleName(),
"domain-configs/domain.xml",
"host-configs/host-master.xml",
"host-configs/host-slave.xml"));
testSupport.start();
DomainLifecycleUtil slaveDomainLifecycleUtil = testSupport.getDomainSlaveLifecycleUtil();
slaveDomainLifecycleUtil.stop();
slaveDomainLifecycleUtil.start();
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)