Rancho-7 commented on PR #19347: URL: https://github.com/apache/kafka/pull/19347#issuecomment-2786282751
(3)If we remove `GROUP_INITIAL_REBALANCE_DELAY_MS_CONFIG` only, the output is like this: ``` (base) lansg:kafka/ (KAFKA-19027✗) $ start=$(date +%s) [17:51:56] N=3 I=0 while [ $I -lt $N ] && \ ./gradlew cleanTest tools:test \ --tests "org.apache.kafka.tools.consumer.group.DeleteConsumerGroupsTest" \ --tests "org.apache.kafka.tools.consumer.group.DeleteOffsetsConsumerGroupCommandIntegrationTest" \ --tests "org.apache.kafka.tools.consumer.group.DescribeConsumerGroupTest" \ --tests "org.apache.kafka.tools.consumer.group.ListConsumerGroupTest" \ --tests "org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest" \ --parallel --max-workers 4 \ --daemon; do (( I=I+1 )) echo "Completed run: $I" sleep 1 done end=$(date +%s) echo "Total time: $((end - start)) seconds" > Configure project : Starting build with version 4.1.0-SNAPSHOT (commit id d78fa2bd) using Gradle 8.10.2, Java 17 and Scala 2.13.15 Build properties: ignoreFailures=false, maxParallelForks=10, maxScalacThreads=8, maxTestRetries=0 > Task :raft:processMessages MessageGenerator: processed 1 Kafka message JSON files(s). ... Gradle Test Run :tools:test > Gradle Test Executor 23 > DescribeConsumerGroupTest > testDescribeMembersOfNonExistingGroup(ClusterInstance) > testDescribeMembersOfNonExistingGroup [1] Type=Raft-Combined, MetadataVersion=4.1-IV0,BrokerSecurityProtocol=PLAINTEXT,BrokerListenerName=ListenerName(EXTERNAL),ControllerSecurityProtocol=PLAINTEXT,ControllerListenerName=ListenerName(CONTROLLER) PASSED ... Gradle Test Run :tools:test > Gradle Test Executor 30 > DescribeConsumerGroupTest > testDescribeWithStateValue() PASSED BUILD SUCCESSFUL in 5m 12s 182 actionable tasks: 2 executed, 180 up-to-date Completed run: 3 Total time: 991 seconds ``` -- 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