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/12/13 17:23:51 UTC

[GitHub] [geode] ringles commented on a change in pull request #7192: GEODE-9810: More robust waiting for native Redis cluster to start

ringles commented on a change in pull request #7192:
URL: https://github.com/apache/geode/pull/7192#discussion_r767853682



##########
File path: geode-for-redis/src/commonTest/java/org/apache/geode/redis/NativeRedisClusterTestRule.java
##########
@@ -151,6 +173,12 @@ private void waitForPrimaries(int port, int wantedPrimaries) {
     assertThat(primaryCount)
         .as("Incorrect primary node count")
         .isEqualTo(wantedPrimaries);
+
+    assertThat(replicakount)

Review comment:
       probably should be replicaCount




-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org