Re: Help With ClusterStartupRuleCanSpecifyOlderVersionsDUnitTest

2018-10-19 Thread Ju@N
Hello all, Looks like the JIRA must not be fixed (see this thread [1]) and that the rules should not be modified to use LocatorLauncher/ServerLauncher instead of the internal API, so I'll close both the pull request [1] and GEODE-5739 [2]. Jason: you opened the original JIRA a couple of weeks ago,

Help With ClusterStartupRuleCanSpecifyOlderVersionsDUnitTest

2018-10-15 Thread Ju@N
Hello all, Working through GEODE-5739 I've modified *ServerStarterRule* and *LocatorStarterRule* to use the public *ServerLauncher* and *LocatorLauncher* classes respectively, instead of the internal APIs to start up the members. As part of the ch