zhongjiajie commented on issue #4808: [AIRFLOW_3982] Update DagRun state based on its tasks rather than DAG's URL: https://github.com/apache/airflow/pull/4808#issuecomment-475978619 ```sh ====================================================================== 57) FAIL: test_dagrun_root_after_dagrun_unfinished (tests.test_jobs.SchedulerJobTest) ---------------------------------------------------------------------- Traceback (most recent call last): tests/test_jobs.py line 2556 in test_dagrun_root_after_dagrun_unfinished self.assertEqual(first_run.state, State.SUCCESS) AssertionError: u'running' != u'success' - running + success ``` I find out our master branch ci failed due to this PR merge yesterday, And I have to go to bed because is mid-night in my zone. Maybe someone could take a look? @Fokko @feng-tao
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
