d8tltanc commented on a change in pull request #9485: URL: https://github.com/apache/kafka/pull/9485#discussion_r532343635
########## File path: core/src/test/scala/unit/kafka/security/authorizer/AclAuthorizerTest.scala ########## @@ -988,6 +1000,369 @@ class AclAuthorizerTest extends ZooKeeperTestHarness { } } + @Test + def testAuthorizeAnyDurability(): Unit = { Review comment: I was trying to prove that the new API can work properly with multiple add / remove operations. Changed to `testAuthorizerAnyMultipleAddAndRemove` for now. Any naming suggestion? commit b0aa305d8c043075ef0bb7b41d2c37e0072284c5 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org