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

Head commit for run:
bc408f8d374d03a8e61a453ca69499452a555c46 / Jarek Potiuk <[email protected]>
Get rid of flakiness in CLI gunicorn tests

The cli background tests had failed randomly from time to time
with "NoSuchProcess" exception. For example in:
https://github.com/apache/airflow/actions/runs/6194862351/job/16819105464

The root cause of it was a race condition - when the process
exited after we retrived the list of processes but before we attempted
to kill it, creating of Process object failed with NoSuchProcess.

This PR catches such exceptions individually and let the iteration
process continue with killing other processes.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to