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

Head commit for run:
095c5fe3137e2cb6d45e8f3184bae149cb2850d1 / Daniel Standish 
<[email protected]>
Ensure __exit__ is called in decorator context managers (#38383)

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/8383680699

With regards,
GitHub Actions via GitBox


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

Reply via email to