ashb commented on code in PR #49217:
URL: https://github.com/apache/airflow/pull/49217#discussion_r2041916107
##########
task-sdk/tests/task_sdk/execution_time/test_supervisor.py:
##########
@@ -712,104 +709,56 @@ def test_overtime_handling(
mock_kill.assert_not_called()
mock_logger.warning.assert_not_called()
-
-class TestListenerOvertime:
Review Comment:
I deleted this test entirely as it was a) slow, b) failing with the new log
message changes in a not-meaningful way, and c) duplicating the
`test_overtime_handling` test just above.
(It was testing specifically the behaviour of Listeners in overtime, but
overtime-is-overtime, it's all handled in the task subprocess and makes no
difference to the supervisor)
--
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]