The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/import-error-dropped-when-no-listener has failed.
Run started by GitHub user kjh0623 (triggered by potiuk).

Head commit for run:
9ea3ebca2cade4698424efe3d82d105c99927fb3 / kjh0623 
<[email protected]>
Check has_listeners inside the listener try blocks and fix safe-mode skip in 
test

- get_listener_manager() loads listener plugins on first call, so
  evaluating has_listeners at the top of _update_import_errors could
  let a broken listener plugin abort the whole function and drop the
  import-error rows -- the very symptom this PR fixes. Move the check
  back inside the per-file try blocks so a listener-manager failure is
  logged, as before, without affecting error recording.
- The sync_bag_to_db regression test's DAG file did not contain the
  string 'airflow', so DAG_DISCOVERY_SAFE_MODE (default True) would
  skip the file entirely and the test would fail in CI.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to