FrankYang0529 commented on code in PR #19635:
URL: https://github.com/apache/kafka/pull/19635#discussion_r2078765541
##########
core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala:
##########
@@ -978,15 +1015,19 @@ class AuthorizerIntegrationTest extends
AbstractAuthorizerIntegrationTest {
* even if the topic doesn't exist, request APIs should not leak the topic
name
*/
@ParameterizedTest
- @ValueSource(strings = Array("kraft"))
- def testAuthorizationFetchV12WithTopicNotExisting(quorum: String): Unit = {
+ @CsvSource(value = Array("false", "true"))
+ def testAuthorizationFetchV12WithTopicNotExisting(withTopicExisting:
Boolean): Unit = {
Review Comment:
Sorry for that. I change the case to cover fetch request version from oldest
to 12 `testAuthorizationFetchVersionFromOldestTo12`.
--
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]