You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "nabarun (JIRA)" <ji...@apache.org> on 2018/10/03 21:38:27 UTC

[jira] [Closed] (GEODE-5588) MemberStarterRule.withHttpService does not always work

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

nabarun closed GEODE-5588.
--------------------------

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