BewareMyPower commented on code in PR #23943:
URL: https://github.com/apache/pulsar/pull/23943#discussion_r1957526705
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BatchMessageWithBatchIndexLevelTest.java:
##########
@@ -137,6 +138,67 @@ public void testBatchMessageAck() {
});
}
+ @DataProvider
+ public Object[][] enabledBatchSend() {
+ return new Object[][] {
+ {false},
Review Comment:
When it's false, even without this change, `testBatchMessageNAck` could
still pass
--
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]