Jason Huynh created GEODE-5739:
----------------------------------

             Summary: 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


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)

Reply via email to