You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2020/10/21 03:20:56 UTC

[GitHub] [geode] gesterzhou commented on a change in pull request #5645: GEODE-7845: Now behaving with clients of various versions.

gesterzhou commented on a change in pull request #5645:
URL: https://github.com/apache/geode/pull/5645#discussion_r508964966



##########
File path: geode-core/src/upgradeTest/java/org/apache/geode/internal/cache/rollingupgrade/RollingUpgradePartitionRegionClearServerVersionMismatch.java
##########
@@ -109,20 +111,28 @@ public void before() {
       region.put("A", "ValueA");
       region.put("B", "ValueB");
     });
+  }
+
+  @After
+  public void after() {
+    locator.stop();
+    serverNew.stop();
+    serverOld.stop();
 
   }
 

Review comment:
       Change all the ServerOperationException  to be UnsupportedOperationException in this class, including comments and method names. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org