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: a74b5f069481e1a2339cfd95e137619b16390906 / Niko Oliveira <[email protected]> ECS Executor: Set tasks to RUNNING state once active (#39212) Tasks were previously being put into QUEUED state after they were active in the ECS executor. This was to store executor state for task adoption but had the side effect of removing them from the list of running task instances (which has other knock-on effects). Instead, change tasks into the RUNNING state, and do not remove them from the list of running tasks. * Update change_state usage in debug and celery executor - DebugExecutor: was overriding the change_state method from the base executor, but changing no behaviour, so move to using the base executor implementation - CeleryExecutor: Plumb through the new param so that the signature matches the base executor * Call running_state in try/catch for backcompat Report URL: https://github.com/apache/airflow/actions/runs/8973199591 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
