TakaHiR07 commented on code in PR #17393:
URL: https://github.com/apache/pulsar/pull/17393#discussion_r961325747


##########
pulsar-proxy/src/test/java/org/apache/pulsar/proxy/server/ProxyWithJwtAuthorizationTest.java:
##########
@@ -297,6 +299,26 @@ public void testUpdatePartitionNumAndReconnect() throws 
Exception {
         Assert.assertEquals(messageSet, receivedMessageSet);
         consumer.close();
         producer.close();
+
+        // revoke produce/consume permission
+        admin.topics().revokePermissions(topicName, CLIENT_ROLE);

Review Comment:
   I guess it has cover
   
   1. Line274 increasing partition from 2 to 4
   2. Line304 revoke topic permission



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