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

Head commit for run:
68aaa077adc3dc771ea6528af91c27b453d7346e / Jarek Potiuk <[email protected]>
Add timeout on total pytest execution time in parallel tests (#44772)

When there is a test that does not allow pytest command to quit
cleanly, in case of parallell commands, we have no chance to see
the outputs of test command that failed, because whole CI job is
cancelled and we only upload the logs on failure in the following
step of the job.

Adding timeout for parallel tests that is a little shorter than
the job timeout will give a chance for our tests to get cancelled
before the job timeout occur, and even if we will not see the logs
in the output of the cancelled `breeze testing` command, the logs
should be uploaded as artifacts in this case.

Also we are serving "cancelled" status of job, because it's likely
that will also be possible to do "something" in case test gets
cancelled due to timeout.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to