merlimat commented on a change in pull request #9866:
URL: https://github.com/apache/pulsar/pull/9866#discussion_r592006200
##########
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:
It's just to pass the complete policies object instead of just the
replication config as before.
----------------------------------------------------------------
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]