Do null-safe Apache Geode/Pivotal GemFire Server Process stop inside test suite tear down method.
This commit is contained in:
@@ -75,7 +75,7 @@ public abstract class ForkingClientServerIntegrationTestsSupport extends ClientS
|
||||
|
||||
@AfterClass
|
||||
public static void stopGemFireServer() {
|
||||
stop(gemfireServer);
|
||||
getGemFireServerProcess().ifPresent(ForkingClientServerIntegrationTestsSupport::stop);
|
||||
setGemFireServerProcess(null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user