nodece commented on a change in pull request #14968:
URL: https://github.com/apache/pulsar/pull/14968#discussion_r839374181



##########
File path: 
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BatchMessageTest.java
##########
@@ -253,7 +251,8 @@ public void 
testSimpleBatchProducerWithFixedBatchSizeAndTime(CompressionType com
         consumer.close();
 
         Producer<byte[]> producer = pulsarClient.newProducer().topic(topicName)
-                .batchingMaxPublishDelay(10, 
TimeUnit.MILLISECONDS).batchingMaxMessages(5)
+                .batchingMaxPublishDelay(Integer.MAX_VALUE, 
TimeUnit.MILLISECONDS)

Review comment:
       Let me check every test carefully.




-- 
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]


Reply via email to