potiuk commented on a change in pull request #5200: [AIRFLOW-4401] Use managers
for Queue synchronization
URL: https://github.com/apache/airflow/pull/5200#discussion_r279247706
##########
File path: tests/test_jobs.py
##########
@@ -206,7 +206,7 @@ def test_trigger_controller_dag(self):
scheduler = SchedulerJob()
queue = Mock()
- scheduler._process_task_instances(target_dag, queue=queue)
+ scheduler._process_task_instances(target_dag,
task_instances_list=queue)
Review comment:
I will rename all the queues later when we discuss which solution to choose.
----------------------------------------------------------------
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