[jboss-jira] [JBoss JIRA] (WFLY-3892) DomainLifecycleUtil.start() does not work if DomainLifecycleUtil.stop() is used to stop the host.
Panagiotis Sotiropoulos (JIRA)
issues at jboss.org
Wed Sep 24 09:31:02 EDT 2014
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)
More information about the jboss-jira
mailing list