luissson commented on a change in pull request #6446:
URL: https://github.com/apache/geode/pull/6446#discussion_r632244891



##########
File path: 
geode-apis-compatible-with-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/hash/HashesAndCrashesDUnitTest.java
##########
@@ -147,6 +149,12 @@ public void after() {
     redisClient.shutdown();
   }
 
+  @AfterClass
+  public static void tearDown() {
+    server1.stop();
+    server2.stop();
+    server3.stop();
+  }

Review comment:
       Ah, we set the ephemeral port for the locator in the call to getPort(). 
I've moved the redis server port grab to be below this line and we're green!




-- 
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:
[email protected]


Reply via email to