C0urante opened a new pull request, #16286: URL: https://github.com/apache/kafka/pull/16286
There are some flaky failures for the `OffsetsApiIntegrationTest:: testResetSourceConnectorOffsetsExactlyOnceSupportEnabled` case (see [Gradle Enterprise](https://ge.apache.org/scans/tests?search.relativeStartTime=P28D&search.timeZoneId=America%2FNew_York&tests.container=org.apache.kafka.connect.integration.OffsetsApiIntegrationTest&tests.expandedTests=WzMsMiwwXQ&tests.sortField=FLAKY&tests.test=testResetSourceConnectorOffsetsExactlyOnceSupportEnabled)). Every failure was either unrelated to Kafka Connect, or was caused by the very first REST request to the cluster timing out. By adding an assertion that the cluster has started before issuing REST requests to it, we 1) give the cluster more time to get on its feet (five minutes vs. ninety seconds) and 2) help narrow down potential causes of failure in the future if this test becomes or remains flaky. ### 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org