gardnervickers opened a new pull request #9201:
URL: https://github.com/apache/kafka/pull/9201


   Increase the amount of time available to the `test_verifiable_producer` test 
to login and get the process name for the verifiable producer from 5 seconds to 
10 seconds.
   
   We were seeing some test failures due to the assertion failing because the 
verifiable producer would complete before we could login, list the processes, 
and parse out the producer version. Previously, we were giving this operation 5 
seconds to run, this PR bumps it up to 10 seconds. 
   
   I verified locally that this does not flake, but even at 5 seconds I wasn't 
seeing any flakes. Ultimately we should find a better strategy than racing to 
query the producer process (as outlined in the existing comments). 


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


Reply via email to