The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: e4e49677b58f05070f63d83f05d4f0263e99f474 / Jarek Potiuk <[email protected]> Improve docker-compose tests stability The docker-compose tests are failing occassionally and part of it is that we were manually waiting and querying for the compose to be ready. Since we moved to docker compose v2 only we can now remove the conditional docker-compose v1 code and use `--wait` and `--wait-timetout` built-in functionality and increase the timeout a bit. This should be helpful to avoid a race condition where the docker components are started but not healthy yet, the flag `--wait` waits not only for the processes to start but also for the health checks. Also increased the timeout of waiting for dags to be in terminal state. This should help with stability of the test. Report URL: https://github.com/apache/airflow/actions/runs/6136901699 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
