arokoolamayowa opened a new pull request, #14167: URL: https://github.com/apache/iceberg/pull/14167
This PR introduces a simple shell script (test.sh) to verify the build, run, and basic health of the iceberg-rest-fixture Docker image. The script: - Builds the required JAR using Gradle. - Builds the Docker image. - Starts a container and waits for it to become healthy. - Performs a manual healthcheck and a basic check on the /v1/config endpoint. - Cleans up resources afterward. This is intended as a beginner-friendly contribution to improve testing around the Docker fixture. It aligns with the goals in #13229 for enhancing integration testing infrastructure, though it doesn't directly resolve any specific bug. -- 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]
