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

Head commit for run:
540f28897f3e1572a990973efd377dcc7c3876e2 / Daniel Standish 
<[email protected]>
Ensure __exit__ is called in decorator context managers

In #36800 author fixed zombie scheduler issue arising from context manager exit 
not being called, thus sub process not getting terminated.  It was fixed by 
explicitly calling the `close` function on an ExitStack-managed context 
manager.  Simpler / better / cleaner / more standard solution is to "fix" the 
underlying context managers by wrapping the yield in a try / finally.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to