ikdekker commented on pull request #10313: URL: https://github.com/apache/kafka/pull/10313#issuecomment-799830566
Running core:tests takes around 20 minutes and fails at the end. If it is as you say and simply running the gradle, is it expected to have some failures? For example for tests that need authentication. core:tests output is: ``` 2479 tests completed, 257 failed, 13 skipped > Task :core:test FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':core:test'. > Process 'Gradle Test Executor 4' finished with non-zero exit value 1 This problem might be caused by incorrect test process configuration. Please refer to the test execution section in the User Manual at https://docs.gradle.org/6.8.3/userguide/java_testing.html#sec:test_execution BUILD FAILED in 22m 13s 28 actionable tasks: 3 executed, 25 up-to-date ``` An example of failure with auth: ``` kafka.api.DescribeAuthorizedOperationsTest > testConsumerGroupAuthorizedOperations FAILED org.apache.kafka.common.KafkaException: javax.security.auth.login.LoginException: Could not login: the client is being asked for a password, but the Kafka client code does not currently support obtaining a password from the user. not available to garner authentication information from the user ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org