The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: c9484fc741e2692a634e3c58a00c6cea6c16b1e2 / Ash Berlin-Taylor <[email protected]> Reset signals on exiting SchedulerJob loop (#44370) Under normal use (i.e. running `airflow scheduler`) this doesn't matter as the process is about to exit. However this can come up in running tests -- for instance if you try to run `pytest tests/jobs/test_scheduler_job.py tests/executors/` it will fail as the signal handler from running the scheduler is still installed in the main pytest process. Since the fix is easy and doesn't significantly complicate anything it is worth making the behaviour under pytest more "correct". Report URL: https://github.com/apache/airflow/actions/runs/12022363929 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
