Skip to content

Commit

Permalink
Fix flaky test V1_ProducerConsumerTest#testActiveAndInActiveConsumerE…
Browse files Browse the repository at this point in the history
…ntryCacheBehavior (#18075)

Co-authored-by: leolinchen <[email protected]>
  • Loading branch information
lordcheng10 and leolinchen authored Oct 18, 2022
1 parent 302854e commit b3733dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ public void testActiveAndInActiveConsumerEntryCacheBehavior() throws Exception {
.topic("persistent://my-property/use/my-ns/" + topicName)
.subscriptionName(sub2)
.subscriptionType(SubscriptionType.Shared)
.receiverQueueSize(1)
.subscribe();
// Produce messages
final int moreMessages = 10;
Expand Down

0 comments on commit b3733dd

Please sign in to comment.