The GitHub Actions job "Tests" on airflow.git/v2-11-test has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
c64bb863446e12c4b8fb91c5b1d8ff8dca73e334 / Ephraim Anierobi 
<[email protected]>
Prevent stale zombie callbacks from failing newer task attempts (#63726)

A zombie failure callback from try 1 can be executed after try 2 has
already succeeded. In that case, running the stale callback incorrectly
marks the current task instance as failed in the database.

Skip failure callbacks when the callback request try_number no longer
matches the current task instance try_number, and add a regression test
covering the stale-callback case.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to