codelipenghui commented on a change in pull request #13138:
URL: https://github.com/apache/pulsar/pull/13138#discussion_r762715157



##########
File path: 
pulsar-broker/src/test/java/org/apache/pulsar/client/api/AuthorizationProducerConsumerTest.java
##########
@@ -427,6 +435,8 @@ public void testClearBacklogPermission() throws Exception {
         superAdmin.namespaces().grantPermissionOnNamespace(namespace, 
subscriptionRole,
                 Sets.newHashSet(AuthAction.consume));
         // now, subscriptionRole have consume authorization on namespace, so 
it will successfully clear backlog
+        assertEquals(sub1Admin.topics().getPartitionedTopicList(namespace),

Review comment:
       Could you please help add a test for the tenant admin can also get 
partitioned topic list?




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