Nataneljpwd commented on code in PR #64109:
URL: https://github.com/apache/airflow/pull/64109#discussion_r2983941646


##########
airflow-core/tests/unit/jobs/test_scheduler_job.py:
##########
@@ -3230,33 +3230,6 @@ def 
test_cleanup_methods_all_called_multiple_executors(self, mock_executors):
         for executor in self.job_runner.executors:
             executor.end.assert_called_once()
 

Review Comment:
   added the test back



##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -3229,6 +3221,7 @@ def _try_to_load_executor(
 
         return executor
 
+    # TODO: remove as it moved to the get_queued_dag_runs_to_set_running 
method in dagrun.py

Review Comment:
   removed the todo



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to