[ 
https://issues.apache.org/jira/browse/GEODE-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated GEODE-5588:
----------------------------------
    Labels: pull-request-available  (was: )

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

Reply via email to