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

Head commit for run:
f045bda3d85a724c8c154446f9d26efe8057e36e / Ash Berlin-Taylor <[email protected]>
Remove ResourceWarnings from TaskSDK

It turns out that the way SocketIO (which is the class you get from)
`sock.makefile` doesn't _actually_ close the socket when you close the IO
object, which normally is fine as the socket won't be around and will clean up
nicely, but due to forking and us _actually_ wanting to close the socket, we
need to be a bit more careful about how we do this.

It also turns out I misunderstood when `set_inheritable` applies. It is not
about when forking, but specifically only when execing. So I've removed that
setting as we don't need it.

Closes #46048, and relates to #47294 (it might close it, it might not, unsure
at this point)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to