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:
675206567d6603036a20d4cc9b753da7d003a294 / 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/26988605800

With regards,
GitHub Actions via GitBox


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

Reply via email to