ffinfo commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges
to database
URL: https://github.com/apache/airflow/pull/4396#discussion_r259611471
##########
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:
This was a bit the first attempt of fixing all the failing tests. Did now
clean all those calls inside BackfillJobTest, see also:
https://github.com/apache/airflow/pull/4396/commits/00ddeeca3030231441be604939eb80b19dcca34a
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services