DonalEvans commented on a change in pull request #6704:
URL: https://github.com/apache/geode/pull/6704#discussion_r678463633
##########
File path:
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/pubsub/AbstractPubSubIntegrationTest.java
##########
@@ -494,6 +506,25 @@ private void runSubscribeAndPublish(int index, int
minimumIterations, AtomicBool
return mockSubscriber.getReceivedEvents();
}
+ @Test
+ public void ensureOrderingWithOneSubscriberMultiplePublishes() {
+ MockSubscriber mockSubscriber = new MockSubscriber();
+ executor.submit(() -> subscriber.subscribe(mockSubscriber, "salutations"));
Review comment:
Fair enough, that makes sense.
--
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]