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: 86b94e2acee3c80a3b39161493acf972b1ba2f97 / 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/2476430187 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
