eolivelli commented on a change in pull request #11438: URL: https://github.com/apache/pulsar/pull/11438#discussion_r675519608
########## 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: what about NUM_PARTITIONS ? ########## 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; Review comment: what about NUM_BROKERS ? -- 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