codelipenghui commented on a change in pull request #9866:
URL: https://github.com/apache/pulsar/pull/9866#discussion_r591955621



##########
File path: 
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/MultiTopicsReaderTest.java
##########
@@ -68,7 +69,11 @@ protected void setup() throws Exception {
                 new ClusterData(pulsar.getWebServiceAddress()));
         admin.tenants().createTenant("my-property",
                 new TenantInfo(Sets.newHashSet("appid1", "appid2"), 
Sets.newHashSet("test")));
-        admin.namespaces().createNamespace("my-property/my-ns", 
Sets.newHashSet("test"));
+        Policies policies = new Policies();
+        policies.replication_clusters = Sets.newHashSet("test");

Review comment:
       Why need to specify the replication_clusters here? 




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to