sabbey37 commented on a change in pull request #6121:
URL: https://github.com/apache/geode/pull/6121#discussion_r593468034
##########
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:
Just wanted to make sure this was intentionally changed.
----------------------------------------------------------------
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]