feng-tao commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r259596610
########## File path: tests/test_jobs.py ########## @@ -502,7 +516,9 @@ def test_backfill_depends_on_past(self): """ Test that backfill respects ignore_depends_on_past """ + clear_runs() Review comment: all these clear_runs call seem very redundant. Could we move in setup phase? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services