eolivelli commented on a change in pull request #11967:
URL: https://github.com/apache/pulsar/pull/11967#discussion_r707370399
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/broker/namespace/OwnerShipCacheForCurrentServerTest.java
##########
@@ -63,4 +68,21 @@ public void testOwnershipForCurrentServer() throws Exception
{
namespaceServices[i].getOwnerAsync(bundle).get().get().getNativeUrl());
}
}
+
+ @Test(timeOut = 30000)
+ public void testCreateTopicWithNotTopicNsOwnedBroker() {
+ String topicName = "persistent://" + TENANT + "/" + NAMESPACE + "/" +
"testCreateTopic";
+
+ for (PulsarService pulsarService : this.getPulsarServiceList()) {
Review comment:
please verify that we found at least one broker
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]