The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user snjypl (triggered by snjypl).
Head commit for run: 62f7d8059fe62e958ac23c761713731de3a7002d / sanjay pillai <[email protected]> try_number was not being passed to the get_task_log method, instead ti.try_number was used for fetching log from k8s pod. it was causing incorrect log being returned for k8s pod. fixed by passing try_number from _read to get_task_log method use try_number argument instead of ti.try_number for selecting pod in k8s executor Report URL: https://github.com/apache/airflow/actions/runs/4187015802 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
