chia7712 commented on code in PR #17905:
URL: https://github.com/apache/kafka/pull/17905#discussion_r1863235905
##########
core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala:
##########
@@ -773,9 +761,9 @@ class DynamicBrokerReconfigurationTest extends
QuorumTestHarness with SaslSetup
consumer.commitSync()
}
- @ParameterizedTest(name = "{displayName}.groupProtocol={0}")
- @CsvSource(Array("classic, consumer"))
- def testThreadPoolResize(groupProtocol: String): Unit = {
+ @ParameterizedTest(name =
TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames)
+ @MethodSource(Array("getTestQuorumAndGroupProtocolParametersAll"))
+ def testThreadPoolResize(quorum: String, groupProtocol: String): Unit = {
Review Comment:
This gets flaky and I open https://issues.apache.org/jira/browse/KAFKA-18123
to fix it.
--
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]