This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new f04227f  GEODE-3901: Shut gfsh down cleanly so as not to produce 
suspect messages in the log (#988)
f04227f is described below

commit f04227f5a3334471e17065eb03804ff30ad652fd
Author: Jens Deppe <[email protected]>
AuthorDate: Fri Oct 27 10:39:33 2017 -0700

    GEODE-3901: Shut gfsh down cleanly so as not to produce suspect messages in 
the log (#988)
---
 .../internal/configuration/ImportClusterConfigDistributedTest.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/geode-core/src/test/java/org/apache/geode/management/internal/configuration/ImportClusterConfigDistributedTest.java
 
b/geode-core/src/test/java/org/apache/geode/management/internal/configuration/ImportClusterConfigDistributedTest.java
index 72ee1a5..d643b13 100644
--- 
a/geode-core/src/test/java/org/apache/geode/management/internal/configuration/ImportClusterConfigDistributedTest.java
+++ 
b/geode-core/src/test/java/org/apache/geode/management/internal/configuration/ImportClusterConfigDistributedTest.java
@@ -71,9 +71,9 @@ public class ImportClusterConfigDistributedTest {
     gfsh.executeAndVerifyCommand(
         "export cluster-configuration --zip-file-name=" + 
exportedClusterConfig.getCanonicalPath());
 
-    lsRule.stopVM(0);
-
-    lsRule.stopVM(1);
+    gfsh.disconnect();
+    locator.stopMember();
+    server.stopMember();
 
     assertThat(this.exportedClusterConfig).exists();
     assertThat(this.exportedClusterConfig.length()).isGreaterThan(100);

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to