codelipenghui commented on code in PR #21268:
URL: https://github.com/apache/pulsar/pull/21268#discussion_r1381715008


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/TransactionConsumeTest.java:
##########
@@ -368,4 +373,44 @@ public void completed(Exception e, long ledgerId, long 
entryId) {
         return positionList;
     }
 
+    @Test
+    public void testAckChunkMessage() throws Exception {

Review Comment:
   +1



##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/TransactionConsumeTest.java:
##########
@@ -368,4 +373,44 @@ public void completed(Exception e, long ledgerId, long 
entryId) {
         return positionList;
     }
 
+    @Test
+    public void testAckChunkMessage() throws Exception {

Review Comment:
   @liangyepianzhou I think you should change the subscription type to Shared 
or checking the backlog, because the unacked messages for Exclusive or Failover 
will always be 0.



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