LeonardoIshida commented on code in PR #57778:
URL: https://github.com/apache/airflow/pull/57778#discussion_r2507148276
##########
task-sdk/tests/task_sdk/execution_time/test_supervisor.py:
##########
@@ -224,6 +225,46 @@ def test_supervise(
with expectation:
supervise(**kw)
+ def test_supervisor_enforces_execution_timeout(self, test_dags_dir,
captured_logs, client_with_ti_start):
Review Comment:
I am still a bit confused on how to do this. Do we want to check if
`SIGTERM` triggers the on_kill method? If yes, should I do it the supervisor or
the task_runner?
--
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]