The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/remote-log-handler-premature-close has failed.
Run started by GitHub user korex-f (triggered by korex-f).

Head commit for run:
ff723d146d01234eeda2a1ff1f96d332665a9788 / Idris Akorede Ibrahim 
<[email protected]>
Address ashb review: fix ordering, simplify context manager, log close errors

- Restore original _configure_logging call site ordering so secrets
  masker reset happens after logging is configured, not before
- Simplify _configure_logging to yield only logger, not a tuple —
  file descriptor cleanup is internal to the context manager
- Replace contextlib.suppress(Exception) in _close_remote_log_handler
  with a logged warning so close errors are visible for debugging
- Revert f-string formatting change in _fork_main
- Move import structlog.typing back into TYPE_CHECKING block
- Revert handler to cached_property in CloudWatchRemoteLogIO,
  removing the self-healing property complexity introduced earlier
- Keep only the processors closure fix: access self.handler
  dynamically instead of captured _handler variable
- Remove tests for the self-healing property that is being reverted

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

With regards,
GitHub Actions via GitBox


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

Reply via email to