[
https://issues.apache.org/jira/browse/GEODE-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Deppe resolved GEODE-5588.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.7.0
> MemberStarterRule.withHttpService does not always work
> ------------------------------------------------------
>
> Key: GEODE-5588
> URL: https://issues.apache.org/jira/browse/GEODE-5588
> Project: Geode
> Issue Type: Bug
> Components: tests
> Reporter: Jens Deppe
> Assignee: Jens Deppe
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.7.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> This method does not work as expected under some situations. For example,
> this code fails to start the http service:
> {noformat}
> @Rule
> public GfshCommandRule gfsh = new GfshCommandRule();
> @Test
> public void sanity() throws Exception {
> lRule.withJMXManager().withHttpService()
> .startLocator();
> gfsh.connectAndVerify(lRule.getHttpPort(), GfshCommandRule.PortType.http);
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)