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



##########
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";

Review comment:
       can we take this opportunity of touching this test to not use here and 
in the test above a fixed name for the test ?
   we should have somewhere an utility to generate a random name




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


Reply via email to