The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user ashb (triggered by ashb).
Head commit for run: 2b14e6943db26c950abeda406d589c6825ca3f24 / Ash Berlin-Taylor <[email protected]> Ensure that Task SDK supervisor closes all its handles correctly. If we don't we keep any copies of it open then the selector loop in monitor process will get stuck waiting on a read loop. Sadly I wasn't able to reproduce this behaviour in unit tests, but only when running this code for real. (The main fix here is to pass `child_stderr` to _close_unused_sockets too, the rest are drive-by tidy ups) Since we never access `proc.stdout` or stderr on the class (they are closed over in the callbacks only) I removed those properties as they aren't needed and shouldn't be accessed directly as it would lead to garbled output. Also add tests (and re-fix) the last-chance exception handling Report URL: https://github.com/apache/airflow/actions/runs/11970079421 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
