lhotari commented on code in PR #22497:
URL: https://github.com/apache/pulsar/pull/22497#discussion_r1567302398


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerTestBase.java:
##########
@@ -57,6 +57,7 @@ private void baseSetupCommon() throws Exception {
                 new TenantInfoImpl(Sets.newHashSet("appid1"), 
Sets.newHashSet("test")));
         admin.namespaces().createNamespace("prop/ns-abc");
         admin.namespaces().setNamespaceReplicationClusters("prop/ns-abc", 
Sets.newHashSet("test"));
+        setupDefaultTenantAndNamespace();

Review Comment:
   Why is this needed in this PR? Doesn't this have a broader impact?



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

Reply via email to