You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/13 14:07:52 UTC

[GitHub] [pulsar] eolivelli commented on a change in pull request #11967: [Broker] Fix getTopic may hang

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org