The GitHub Actions job "Tests (AMD)" on airflow.git/fix-ftp-file-handle-leak 
has succeeded.
Run started by GitHub user itej13 (triggered by shahar1).

Head commit for run:
2591fba4c3c9c799adffe683550333c2b6c324c4 / Your Name <[email protected]>
Close FTP file handles when a transfer raises

retrieve_file and store_file opened a local file, then ran the FTP
transfer before calling close(). When the transfer raised, the handle
was never closed and leaked for the lifetime of the process. Wrapping
the transfer in try/finally guarantees the handle we opened is closed
on every path, while still leaving caller-supplied buffers open.

closes: #69077

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

With regards,
GitHub Actions via GitBox


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

Reply via email to