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 2021/03/12 18:16:14 UTC

[GitHub] [geode] sabbey37 commented on a change in pull request #6119: GEODE:9009 finish support for functionality compatible with Redis DEC…

sabbey37 commented on a change in pull request #6119:
URL: https://github.com/apache/geode/pull/6119#discussion_r593364410



##########
File path: geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/string/AbstractDecrByIntegrationTest.java
##########
@@ -33,14 +34,15 @@
 public abstract class AbstractDecrByIntegrationTest implements RedisPortSupplier {
 
   private Jedis jedis;
-  private Random rand;
+  private Jedis jedis2;

Review comment:
       If we end up adding the additional test, could we also remove `jedis2`? it is not used.




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