sciclon2 commented on PR #15030: URL: https://github.com/apache/kafka/pull/15030#issuecomment-1871500486
thanks for your collaboration @divijvaidya I really appreciate it, all sorted!!! `➜ kafka git:(KAFKA-16015-bugfix) ✗ ./gradlew tools:test --tests LeaderElectionCommandTest.testAdminConfigCustomTimeouts > Configure project : Starting build with version 3.8.0-SNAPSHOT (commit id 523f73e9) using Gradle 8.5, Java 11 and Scala 2.13.12 Build properties: maxParallelForks=10, maxScalacThreads=8, maxTestRetries=0 > Task :tools:test Gradle Test Run :tools:test > Gradle Test Executor 83 > LeaderElectionCommandTest > testAdminConfigCustomTimeouts() > testAdminConfigCustomTimeouts [1] Type=Raft-Isolated, MetadataVersion=3.8-IV0, Security=PLAINTEXT PASSED Gradle Test Run :tools:test > Gradle Test Executor 83 > LeaderElectionCommandTest > testAdminConfigCustomTimeouts() > testAdminConfigCustomTimeouts [2] Type=Raft-Combined, MetadataVersion=3.8-IV0, Security=PLAINTEXT PASSED Gradle Test Run :tools:test > Gradle Test Executor 83 > LeaderElectionCommandTest > testAdminConfigCustomTimeouts() > testAdminConfigCustomTimeouts [3] Type=ZK, MetadataVersion=3.8-IV0, Security=PLAINTEXT PASSED Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 7s 87 actionable tasks: 3 executed, 84 up-to-date` -- 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]
