You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/10/22 12:12:47 UTC

[airflow] branch master updated (0eaa688 -> 8045cc2)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 0eaa688  Ensure task logs go to the correct try number file (#11723)
     add 8045cc2  Stop scheduler from thinking that upstream_failed tasks are running (#11730)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dagrun.py                    |  2 +-
 airflow/ti_deps/dep_context.py              |  2 +-
 airflow/utils/state.py                      | 10 +++--
 tests/jobs/test_scheduler_job.py            | 59 +++++++++++++++++++++++++++++
 tests/ti_deps/deps/test_trigger_rule_dep.py |  3 +-
 5 files changed, 69 insertions(+), 7 deletions(-)