liangyepianzhou commented on a change in pull request #11438: URL: https://github.com/apache/pulsar/pull/11438#discussion_r675367257
########## 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: TransactionCoodinator may not be ready -- 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