DonalEvans commented on a change in pull request #6991:
URL: https://github.com/apache/geode/pull/6991#discussion_r728328319
##########
File path:
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/pubsub/AbstractPubSubIntegrationTest.java
##########
@@ -714,6 +714,7 @@ public void testPatternAndRegularSubscribe() {
subscriberThread.start();
waitFor(() -> mockSubscriber.getSubscribedChannels() == 1);
+ mockSubscriber.prepareMessagesReceivedLatch(1);
Review comment:
Should this be `preparePMessagesReceivedLatch(1)`? We're already calling
`prepareMessagesReceivedLatch(1)` on line 721, and not publishing between
calls, so the second call doesn't seem to be doing anything with this change.
--
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]