d8tltanc commented on a change in pull request #9485: URL: https://github.com/apache/kafka/pull/9485#discussion_r532337761
########## File path: core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala ########## @@ -1775,6 +1782,87 @@ class AuthorizerIntegrationTest extends BaseRequestTest { assertFalse("Cluster id not returned", response.clusterId.isEmpty) } + @Test + def testAuthorizeAnyDurability(): Unit = { Review comment: I was trying to prove that the new API can work properly with multiple add / remove operations. Any naming suggestion? ---------------------------------------------------------------- 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