feng-tao commented on a change in pull request #4949: [AIRFLOW-1557] Backfill
should respect pool limit
URL: https://github.com/apache/airflow/pull/4949#discussion_r268032676
##########
File path: tests/test_jobs.py
##########
@@ -239,9 +239,9 @@ def test_backfill_examples(self):
ignore_first_depends_on_past=True)
job.run()
- def test_backfill_conf(self):
+ def _get_dummy_dag(self, dag_id):
Review comment:
since this is not a test file, maybe move it to the top of the class?
----------------------------------------------------------------
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