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 09:48:49 UTC

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

Demogorgon314 commented on a change in pull request #11967:
URL: https://github.com/apache/pulsar/pull/11967#discussion_r707177750



##########
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() {

Review comment:
       @eolivelli I added another unit test, PTAL.




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