The GitHub Actions job "Tests" on airflow.git/v3-1-test has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).
Head commit for run: 08a5859832fc59b3413abba09c7c182f15001d48 / github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> [v3-1-test] Fix callback files losing priority during queue resort (#61232) (#61243) When the DAG processor resorts its file queue by modification time (e.g., after a bundle refresh), files with pending callbacks could lose their position at the front of the queue. This could delay callback execution (like DAG failure callbacks) if those files happened to have older modification times. The fix partitions the queue during resort: callback files stay at the front in their original order, while only regular files are sorted by mtime. (cherry picked from commit f5e70fc34f1999e4800f6dcd9713bb56484d5002) Co-authored-by: Jed Cunningham <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/21509689891 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
