gaozhangmin commented on code in PR #17230:
URL: https://github.com/apache/pulsar/pull/17230#discussion_r959776364


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/NamespacesTest.java:
##########
@@ -756,7 +756,7 @@ public void testDeleteNamespaces() throws Exception {
 
         mockZooKeeperGlobal.delete("/admin/partitioned-topics/" + 
topicName.getPersistenceNamingEncoding(), -1);
 
-        testNs = this.testGlobalNamespaces.get(0);
+        testNs = this.testLocalNamespaces.get(2);

Review Comment:
   I change here, because we tried to delete non-persistent topics which 
previous don't.
   When we get full of non-persistent, we should try to get from non-global 
namespace.



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