The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
fd35fb55cf972236f9d827be1456ed52d4f53260 / 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/6136554351

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to