liangyepianzhou commented on a change in pull request #11438: URL: https://github.com/apache/pulsar/pull/11438#discussion_r675525996
########## File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/TransactionTest.java ########## @@ -53,23 +61,26 @@ private static final String TENANT = "tnx"; private static final String NAMESPACE1 = TENANT + "/ns1"; + private static final int NUM_BROKER = 1; + private static final int NUM_TC_PER = 1; Review comment: Thank you for your help and guidance, your meticulous spirit and outstanding design concept have benefited me a lot -- 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