Efrat19 opened a new pull request, #232: URL: https://github.com/apache/flink-connector-kafka/pull/232
I observed CI flakiness around Confluent container startup, sourced to race condition in testcintainers kafka container configuration: ConfluentKafkaContainer [configured](https://github.com/testcontainers/testcontainers-java/blob/dea972503664ebfed2b74957c740e58bd93d579f/modules/kafka/src/main/java/org/testcontainers/kafka/KafkaHelper.java\#L28-L31) command waits for the starter script to be mounted and 0.1 second later tries to execute it, soemtimes resulting in a ContainerLaunchException: . see [example failure](https://github.com/apache/flink-connector-kafka/actions/runs/22148998479/job/64041672239\?pr\=221). While there isn't much we can / want to interfere with the predefined configurations, retrying the startup will decrease the effect of this race condition on CI failures rate. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
