[
https://issues.apache.org/jira/browse/GEODE-5739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated GEODE-5739:
----------------------------------
Labels: pull-request-available (was: )
> Server and LocatorStarter Rules should use respective Launchers
> ---------------------------------------------------------------
>
> Key: GEODE-5739
> URL: https://issues.apache.org/jira/browse/GEODE-5739
> Project: Geode
> Issue Type: Improvement
> Components: tests
> Reporter: Jason Huynh
> Assignee: Juan José Ramos Cassella
> Priority: Major
> Labels: pull-request-available
>
> In a review, it was mentioned from that we can change ServerStarterRule and
> LocatorStarterRule to use ServerLauncher and LocatorLauncher.
> This way the rules are using the User API directly. The Launchers are
> in-process APIs so they don't launch/fork new JVMs, they simply launch a
> Server or a Locator. The APIs also include stopping and this stopMember()
> method could then simply invoke serverLauncher.stop().
> PS: The forking of Server/Locator JVMs is performed by GFSH, not by these
> Launcher classes.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)