You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/12/05 19:28:03 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #6732: [AIRFLOW-6175] fixes scheduler queue bug

kaxil commented on a change in pull request #6732: [AIRFLOW-6175] fixes scheduler queue bug
URL: https://github.com/apache/airflow/pull/6732#discussion_r354504190
 
 

 ##########
 File path: tests/jobs/test_scheduler_job.py
 ##########
 @@ -188,6 +204,41 @@ 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 and removed from the executor
 
 Review comment:
   ```suggestion
           Test that tasks that are set back to scheduled and removed from the executor
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services