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



##########
File path: tests/models/test_taskinstance.py
##########
@@ -514,6 +515,37 @@ def raise_skip_exception():
         ti.run()
         assert State.SKIPPED == ti.state
 
+    def test_task_sigkill_sigterm_works_with_retries(self):

Review comment:
       ```suggestion
       def test_task_sigterm_works_with_retries(self):
   ```




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


Reply via email to