ashb commented on a change in pull request #6732: fixes scheduler queue bug
URL: https://github.com/apache/airflow/pull/6732#discussion_r354242319
 
 

 ##########
 File path: tests/jobs/test_scheduler_job.py
 ##########
 @@ -188,6 +188,55 @@ def test_process_executor_events(self, mock_stats_incr):
 
         
mock_stats_incr.assert_called_once_with('scheduler.tasks.killed_externally')
 
+    def test_scheduler_executor_overflow(self):
+        """
+        Test that tasks that tasks that are set back to scheduled after
+        """
+        executor = TestExecutor(do_update=True, parallelism=3)
+        session = settings.Session()
 
 Review comment:
   (oh, though we don't to that in this test file yet. Still, we should for the 
new code we add)

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

Reply via email to