The GitHub Actions job "Tests (AMD)" on airflow.git/fix-mask-secret-supervisor-ipc-suppression has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 9230e4b7be9d812be4937b8b55f732254afea603 / Jarek Potiuk <[email protected]> Warn when supervisor-side mask_secret IPC send fails ``mask_secret()`` mirrors the mask to the supervisor process so any forwarded logs are masked there too. The send was wrapped in a bare ``suppress(Exception)``, so a transient IPC failure was silently swallowed. When ``sending_to_supervisor=True`` the local task drops its own ``mask_logs`` processor (it relies on the supervisor to do the masking) — so a silent send failure could leave the secret unmasked in supervisor-level logs. Replace the bare suppress with a targeted try/except that emits a warning to the dedicated ``airflow.logging.mask_secret`` logger when the supervisor is available but the send fails. The "no supervisor context" case (called outside task execution) stays silent — there is no supervisor to notify. Report URL: https://github.com/apache/airflow/actions/runs/27026100340 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
