The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user o-nikolas (triggered by o-nikolas).

Head commit for run:
1acafa6355da7b515a3173e13d7c2c3a43fbc12a / Niko Oliveira <[email protected]>
DebugExecutor use ti.run() instead of ti._run_raw_task

The DebugExecutor previously executed tasks by calling the "private"
ti._run_raw_task(...) method instead of ti.run(...). But the latter
contains the logic to increase task instance try_numbers when running,
thus tasks executed with the DebugExecutor were never getting their
try_numbers increased and for rescheduled tasks this led to off-by-one
errors (as the logic to reduce the try_number for the reschedule was
still working while the increase was not).

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

With regards,
GitHub Actions via GitBox


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

Reply via email to