[GitHub] [airflow] dimonchik-suvorov commented on a change in pull request #16089: [#16087]: Backfill shouldn't interfere with scheduled run fix

2021-06-14 Thread GitBox
dimonchik-suvorov commented on a change in pull request #16089: URL: https://github.com/apache/airflow/pull/16089#discussion_r651016401 ## File path: tests/jobs/test_scheduler_job.py ## @@ -2364,9 +2370,6 @@ def test_dagrun_root_fail_unfinished(self): ) self.n

[GitHub] [airflow] dimonchik-suvorov commented on a change in pull request #16089: [#16087]: Backfill shouldn't interfere with scheduled run fix

2021-06-14 Thread GitBox
dimonchik-suvorov commented on a change in pull request #16089: URL: https://github.com/apache/airflow/pull/16089#discussion_r649869923 ## File path: airflow/jobs/backfill_job.py ## @@ -689,6 +688,9 @@ def tabulate_tis_set(set_tis: Set[TaskInstance]) -> str: return e