lbradstreet opened a new pull request #9200: URL: https://github.com/apache/kafka/pull/9200
406635bcc9f2a4c439d198ea0549170de331323c switched System.exit to using Exit.exit, however the integration tests did not choose to override the exit procedure. This can cause invalid test runs with errors like this: ``` [2020-08-18T15:52:01.142Z] * What went wrong: [2020-08-18T15:52:01.142Z] Execution failed for task ':connect:mirror:integrationTest'. [2020-08-18T15:52:01.142Z] > Process 'Gradle Test Executor 192' finished with non-zero exit value 1 [2020-08-18T15:52:01.142Z] This problem might be caused by incorrect test process configuration. [2020-08-18T15:52:01.142Z] Please refer to the test execution section in the User Manual at https://docs.gradle.org/6.6/userguide/java_testing.html#sec:test_execution ``` ---------------------------------------------------------------- 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