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/11/05 21:02:41 UTC

[GitHub] [pulsar] rdhabalia commented on a change in pull request #12632: [pulsar-broker] support to get list of topics under a namespace bundle

rdhabalia commented on a change in pull request #12632:
URL: https://github.com/apache/pulsar/pull/12632#discussion_r743975226



##########
File path: pulsar-client-tools-test/src/test/java/org/apache/pulsar/admin/cli/PulsarAdminToolTest.java
##########
@@ -889,7 +889,7 @@ public void topics() throws Exception {
         verify(mockTopics).revokePermissions("persistent://myprop/clust/ns1/ds1", "admin");
 
         cmdTopics.run(split("list myprop/clust/ns1"));
-        verify(mockTopics).getList("myprop/clust/ns1", null);
+        verify(mockTopics).getList("myprop/clust/ns1", null, null);

Review comment:
       we are not removing the code but CLI admin `list` command now uses the new interface which this test is validating.




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