The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 97215822f90cac274e92e642fcd724cc940fe0eb / Jarek Potiuk <[email protected]> Improve docker-compose test usability and debuggability (#31181) There are several improvements for the docker-compose tests of ours. They have not been well documented and explained, also they had problems with running in the new docker-comppose v2 environment. The healthcheck failures were not easy to debug as well when they failed in CI. This PR fixes all the problems: * TESTING.rst describes the tests explains how they work and provides instructions on how to reproduce them locally and debug them * The test now check which version of docker-compose is available and act accordingly (both v2 and v1 version are automatically supported) * When the test fails, additionally to docker compose logs and process status, the state of all health checks is dumped so that it is clear why the health check failed * A way is added to not shut down docker-compose after the test complete, which allows to inspect them Co-authored-by: Niko Oliveira <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/4951481294 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
