jdeppe-pivotal commented on a change in pull request #6595:
URL: https://github.com/apache/geode/pull/6595#discussion_r654840681
##########
File path:
geode-apis-compatible-with-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/hash/HlenDUnitTest.java
##########
@@ -54,41 +48,20 @@
private static MemberVM locator;
private static MemberVM server1;
private static MemberVM server2;
- private static int[] redisPorts;
private static RedisAdvancedClusterCommands<String, String> lettuce;
- private static StatefulRedisClusterConnection<String, String> connection;
- private static ClientResources resources;
@BeforeClass
public static void classSetup() {
- redisPorts = AvailablePortHelper.getRandomAvailableTCPPorts(3);
-
- String redisPort1 = String.valueOf(redisPorts[0]);
- String redisPort2 = String.valueOf(redisPorts[1]);
-
locator = cluster.startLocatorVM(0);
Review comment:
Done
--
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]