peterxcli commented on code in PR #17949:
URL: https://github.com/apache/kafka/pull/17949#discussion_r1860482737
##########
core/src/test/scala/unit/kafka/admin/AddPartitionsTest.scala:
##########
@@ -191,8 +182,9 @@ class AddPartitionsTest extends BaseRequestTest {
assertEquals(Set(0, 1), replicas.asScala.toSet)
}
+ @Disabled
@ParameterizedTest
- @ValueSource(strings = Array("zk")) // TODO: add kraft support
+ @ValueSource(strings = Array("kraft")) // TODO: add kraft support
Review Comment:
Hi @chia7712, thanks for addressing this.
PR is ready! https://github.com/apache/kafka/pull/17955
--
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]