Rancho-7 commented on PR #19347: URL: https://github.com/apache/kafka/pull/19347#issuecomment-2772098768
To verify the behavior, I ran the tests locally using the following command,and the output is also shown below. ``` (base) lansg:kafka/ (KAFKA-19027✗) $ N=100; I=0; while [ $I -lt $N ] && ./gradlew cleanTest tools:test --tests "org.apache.kafka.tools.consumer.group.*" --par allel --max-workers 4 --daemon --build-cache; do (( I=$I+1 )); echo "Completed run: $I"; sleep 1; done > Configure project : Starting build with version 4.1.0-SNAPSHOT (commit id e3430fef) using Gradle 8.10.2, Java 17 and Scala 2.13.15 Build properties: ignoreFailures=false, maxParallelForks=10, maxScalacThreads=8, maxTestRetries=0 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended > Task :tools:test Gradle Test Run :tools:test > Gradle Test Executor 47 > ConsumerGroupCommandTest > testValidateRegexCommandWithValidRegex() PASSED Gradle Test Run :tools:test > Gradle Test Executor 47 > ConsumerGroupCommandTest > testValidateRegexCommandWithInvalidRegex() PASSED Gradle Test Run :tools:test > Gradle Test Executor 50 > ConsumerGroupServiceTest > testAdminRequestsForResetOffsets() PASSED ... Gradle Test Run :tools:test > Gradle Test Executor 49 > SaslClientsWithInvalidCredentialsTest > testConsumerGroupServiceWithAuthenticationFailure(String) > testConsumerGroupServiceWithAuthenticationFailure(String).groupProtocol=classic PASSED Gradle Test Run :tools:test > Gradle Test Executor 49 > SaslClientsWithInvalidCredentialsTest > testConsumerGroupServiceWithAuthenticationFailure(String) > testConsumerGroupServiceWithAuthenticationFailure(String).groupProtocol=consumer PASSED BUILD SUCCESSFUL in 3m 38s 182 actionable tasks: 2 executed, 180 up-to-date Completed run: 1 > Configure project : Starting build with version 4.1.0-SNAPSHOT (commit id e3430fef) using Gradle 8.10.2, Java 17 and Scala 2.13.15 Build properties: ignoreFailures=false, maxParallelForks=10, maxScalacThreads=8, maxTestRetries=0 BUILD SUCCESSFUL in 1s 182 actionable tasks: 1 executed, 1 from cache, 180 up-to-date Completed run: 2 ... BUILD SUCCESSFUL in 838ms 182 actionable tasks: 1 executed, 1 from cache, 180 up-to-date Completed run: 98 > Configure project : Starting build with version 4.1.0-SNAPSHOT (commit id e3430fef) using Gradle 8.10.2, Java 17 and Scala 2.13.15 Build properties: ignoreFailures=false, maxParallelForks=10, maxScalacThreads=8, maxTestRetries=0 BUILD SUCCESSFUL in 968ms 182 actionable tasks: 1 executed, 1 from cache, 180 up-to-date Completed run: 99 > Configure project : Starting build with version 4.1.0-SNAPSHOT (commit id e3430fef) using Gradle 8.10.2, Java 17 and Scala 2.13.15 Build properties: ignoreFailures=false, maxParallelForks=10, maxScalacThreads=8, maxTestRetries=0 BUILD SUCCESSFUL in 976ms 182 actionable tasks: 1 executed, 1 from cache, 180 up-to-date Completed run: 100 ``` -- 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