fallintoplace opened a new pull request, #1429: URL: https://github.com/apache/iceberg-go/pull/1429
## Summary - give the Trino service a startup grace period in `internal/recipe/docker-compose.yml` - keep `docker compose up -d --wait` from failing while Trino is still booting in CI ## Why The Spark 3.5 integration setup has been flaking before any Go tests run because Trino can take around 30 seconds to become ready in GitHub Actions. Without a startup grace period, the container's healthcheck can flip to `unhealthy` just before startup completes, which makes `make integration-setup` fail even though Trino comes up moments later. This keeps the existing readiness flow in place and just gives the healthcheck enough warm-up time to match observed CI startup behavior. Closes #1420. ## Testing - `docker compose -f internal/recipe/docker-compose.yml config` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
