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

Head commit for run:
f07d1b2353e4323a924960b9e9a70f98359fdad7 / Jarek Potiuk <[email protected]>
Much smaller CI output for paralell tests

The output of parallel tests especially for lowest-direct tests
is very long because we are printing state every 10 seconds and there
are many paralell test types (90+ for lowest direct). We do not need
to print progress that often, and it has already been added in #39946
but one place to add it was missing - context manager still had
the default 10 seconds refresh time.

After this change the output will be printed every 20 seconds in
the regular tests and every 2 minutes in "lowest-direct" tests
(controlled by env variable) so the output should be much easier
to find reasons for issues.

Report URL: https://github.com/apache/airflow/actions/runs/9479573212

With regards,
GitHub Actions via GitBox


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

Reply via email to