dschneider-pivotal commented on a change in pull request #7058:
URL: https://github.com/apache/geode/pull/7058#discussion_r740653094



##########
File path: 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/CommandPipeliningIntegrationTest.java
##########
@@ -15,12 +15,15 @@
 
 package org.apache.geode.redis;
 
+import static 
org.apache.geode.distributed.ConfigurationProperties.GEODE_FOR_REDIS_REPLICA_COUNT;
+
 import org.junit.ClassRule;
 
 public class CommandPipeliningIntegrationTest extends 
AbstractCommandPipeliningIntegrationTest {
 
   @ClassRule
-  public static GeodeRedisServerRule server = new GeodeRedisServerRule();
+  public static GeodeRedisServerRule server =
+      new GeodeRedisServerRule().withProperty(GEODE_FOR_REDIS_REPLICA_COUNT, 
"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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to