Fokko commented on a change in pull request #3873: [Airflow-2760] Decouple DAG
parsing loop from scheduler loop
URL: https://github.com/apache/incubator-airflow/pull/3873#discussion_r217959560
##########
File path: tests/jobs.py
##########
@@ -2160,7 +2174,7 @@ def test_scheduler_start_date(self):
"""
Test that the scheduler respects start_dates, even when DAGS have run
"""
-
+ session = settings.Session()
Review comment:
Can we do this with a `with settings.Session() as session:` statement, that
will make it much cleaner and less error prone
----------------------------------------------------------------
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