lucasbru opened a new pull request, #20509: URL: https://github.com/apache/kafka/pull/20509
If a SmokeTestClient fails (enters a terminal ERROR state), the SmokeTestDriverIntegrationTest currently times out, because it keeps waiting for state NOT_RUNNING. This makes debugging quite difficult, also because if we time out the test, the SmokeTestClients aren't shut down correctly, which will affect the following test runs. This minor change makes sure to just fail the test immediately, if a SmokeTestClient enters the ERROR state. -- 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