ephraimbuddy commented on a change in pull request #16301:
URL: https://github.com/apache/airflow/pull/16301#discussion_r650882443



##########
File path: tests/jobs/test_local_task_job.py
##########
@@ -686,6 +679,71 @@ def test_fast_follow(
             if scheduler_job.processor_agent:
                 scheduler_job.processor_agent.end()
 
+    @parameterized.expand([(signal.SIGKILL,), (signal.SIGTERM,)])
+    def test_task_sigkill_sigterm_works_with_retries(self, sigtype):
+        """
+        Test that ensures that task runner retries tasks when they receive 
sigkill

Review comment:
       ```suggestion
           Test that ensures that task runner retries tasks when they receive 
sigkill or sigterm
   ```




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


Reply via email to