codelipenghui commented on a change in pull request #13481:
URL: https://github.com/apache/pulsar/pull/13481#discussion_r776639384



##########
File path: 
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/PersistentSubscriptionTest.java
##########
@@ -318,7 +318,7 @@ public void testCanAcknowledgeAndAbortForTransaction() 
throws BrokerServiceExcep
             assertTrue(e.getCause() instanceof TransactionConflictException);
             
assertEquals(e.getCause().getMessage(),"[persistent://prop/use/ns-abc/successTopic]"
 +
                     "[subscriptionName] Transaction:(1,2) try to cumulative 
batch ack position: " +
-                    "2:50 within range of current currentPosition: 1:100");
+                    "2:50 within range of current currentPosition: 2:1");

Review comment:
       Why the test can get passed before?




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