This is an automated email from the ASF dual-hosted git repository.

aloyszhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new b3733ddb68e Fix flaky test 
V1_ProducerConsumerTest#testActiveAndInActiveConsumerEntryCacheBehavior (#18075)
b3733ddb68e is described below

commit b3733ddb68e8084376b85f4637ebd41335955486
Author: LinChen <[email protected]>
AuthorDate: Tue Oct 18 14:26:32 2022 +0800

    Fix flaky test 
V1_ProducerConsumerTest#testActiveAndInActiveConsumerEntryCacheBehavior (#18075)
    
    Co-authored-by: leolinchen <[email protected]>
---
 .../java/org/apache/pulsar/client/api/v1/V1_ProducerConsumerTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/v1/V1_ProducerConsumerTest.java
 
b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/v1/V1_ProducerConsumerTest.java
index 097cf4823de..9b1848c9ff3 100644
--- 
a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/v1/V1_ProducerConsumerTest.java
+++ 
b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/v1/V1_ProducerConsumerTest.java
@@ -698,6 +698,7 @@ public class V1_ProducerConsumerTest extends 
V1_ProducerConsumerBase {
                 .topic("persistent://my-property/use/my-ns/" + topicName)
                 .subscriptionName(sub2)
                 .subscriptionType(SubscriptionType.Shared)
+                .receiverQueueSize(1)
                 .subscribe();
         // Produce messages
         final int moreMessages = 10;

Reply via email to