[GitHub] [airflow] yuqian90 commented on a change in pull request #8992: [AIRFLOW-5391] Do not re-run skipped tasks when they are cleared (#7276)

2020-07-11 Thread GitBox
yuqian90 commented on a change in pull request #8992: URL: https://github.com/apache/airflow/pull/8992#discussion_r453200860 ## File path: tests/operators/test_latest_only_operator.py ## @@ -47,15 +47,40 @@ def get_task_instances(task_id): class

[GitHub] [airflow] yuqian90 commented on a change in pull request #8992: [AIRFLOW-5391] Do not re-run skipped tasks when they are cleared (#7276)

2020-06-22 Thread GitBox
yuqian90 commented on a change in pull request #8992: URL: https://github.com/apache/airflow/pull/8992#discussion_r443886553 ## File path: tests/ti_deps/deps/test_trigger_rule_dep.py ## @@ -19,13 +19,13 @@ import unittest from datetime import datetime +from unittest.mock