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



##########
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:
       As discussed earlier, the failure in HashesAndCrashes was due to a redis 
server binding to a port that was already claimed by the locator. Grabbing the 
port from getRandomAvailableTCPPorts after the locator was started appears to 
have resolved this failure. Thanks!




-- 
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