C0urante opened a new pull request #8928:
URL: https://github.com/apache/kafka/pull/8928


   [Jira](https://issues.apache.org/jira/projects/KAFKA/issues/KAFKA-10192)
   
   The `testBlockInConnectorStop` test is failing semi-frequently on Jenkins. 
It's difficult to verify the cause without complete logs and I'm unable to 
reproduce locally, but I suspect the cause may be that the Connect worker 
hasn't completed startup yet by the time the test begins and so the initial 
REST request to create a connector times out with a 500 error. This isn't an 
issue for normal tests but we artificially reduce the REST request timeout for 
these tests as some requests are meant to exhaust that timeout.
   
   The changes here use a small hack to verify that the worker has started and 
is ready to handle all types of REST requests before tests start.
   
   If possible, we might want to run Jenkins tests on this PR 5-10 times to see 
if the changes have any effect.
   
   cc @abbccdda 
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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