hachikuji commented on a change in pull request #11655:
URL: https://github.com/apache/kafka/pull/11655#discussion_r802172051



##########
File path: 
core/src/test/scala/unit/kafka/server/CreateTopicsRequestWithPolicyTest.scala
##########
@@ -37,7 +38,8 @@ class CreateTopicsRequestWithPolicyTest extends 
AbstractCreateTopicsRequestTest
     properties.put(KafkaConfig.CreateTopicPolicyClassNameProp, 
classOf[Policy].getName)
   }
 
-  @Test
+  @ParameterizedTest
+  @ValueSource(strings = Array("zk", "kraft"))
   def testValidCreateTopicsRequests(): Unit = {

Review comment:
       I think we need the "quorum" argument here and below.




-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to