ableegoldman opened a new pull request, #13141:
URL: https://github.com/apache/kafka/pull/13141

   The timeouts used for starting up Streams and waiting for the RUNNING state 
are all over the place across our integration tests, with some as low as 15s 
(which are unsurprisingly rather flaky). We use 60s as the default timeout for 
other APIs in the `IntegrationTestUtils` so we should do the same for 
`#startApplicationAndWaitUntilRunning`
   
   I also noticed that we have several versions of that exact API in 
`StreamsTestUtils`, so I migrated everyone over to the 
`IntegrationTestUtils#startApplicationAndWaitUntilRunning` and added a few 
overloads for ease of use, including one for single KafkaStreams apps and one 
for using the default timeout


-- 
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

Reply via email to