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/15 16:39:44 UTC

[GitHub] [geode] nonbinaryprogrammer commented on a change in pull request #6121: GEODE-9022: Support Info Command

nonbinaryprogrammer commented on a change in pull request #6121:
URL: https://github.com/apache/geode/pull/6121#discussion_r594499784



##########
File path: geode-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/InfoDUnitTest.java
##########
@@ -116,7 +114,7 @@ public void testConcurrentInfoFromDifferentServers_doNotStepOnEachOther() {
           int commandsProcessed2 = Integer.valueOf(info2.get(COMMANDS_PROCESSED));
           assertThat(commandsProcessed2).isGreaterThanOrEqualTo(previousCommandsProcessed2.get());
           previousCommandsProcessed2.set(commandsProcessed2);
-        }).runInLockstep();
+        }).run();

Review comment:
       yes, it was, thanks for checking




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