chia7712 commented on code in PR #16810: URL: https://github.com/apache/kafka/pull/16810#discussion_r1718603603
########## core/src/test/scala/unit/kafka/server/JoinGroupRequestTest.scala: ########## @@ -51,7 +52,8 @@ class JoinGroupRequestTest(cluster: ClusterInstance) extends GroupCoordinatorBas @ClusterTest(serverProperties = Array( new ClusterConfigProperty(key = "group.coordinator.new.enable", value = "false"), new ClusterConfigProperty(key = "offsets.topic.num.partitions", value = "1"), - new ClusterConfigProperty(key = "offsets.topic.replication.factor", value = "1") + new ClusterConfigProperty(key = "offsets.topic.replication.factor", value = "1"), + new ClusterConfigProperty(key = "group.initial.rebalance.delay.ms", value = "1"), Review Comment: it should be "1000" rather than "1" -- 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