codelipenghui commented on a change in pull request #11438: URL: https://github.com/apache/pulsar/pull/11438#discussion_r675369995
########## File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/TransactionTest.java ########## @@ -139,4 +141,22 @@ protected void cleanup() throws Exception { .enableBatchIndexAcknowledgment(true) .subscribe(); } + + @Test + public void testGetTxnID() throws Exception { + Awaitility.await().atMost(4, TimeUnit.SECONDS).until(()->{ Review comment: Ok, I see. Could you please help add a comment? This will help others to understand. Related to this fix: https://github.com/apache/pulsar/pull/11357 -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org