ferruzzi commented on code in PR #61372:
URL: https://github.com/apache/airflow/pull/61372#discussion_r2771470220
##########
airflow-core/tests/unit/models/test_dagrun.py:
##########
@@ -1397,6 +1398,88 @@ def
test_dagrun_success_handles_empty_deadline_list(self, mock_prune, dag_maker,
mock_prune.assert_not_called()
assert dag_run.state == DagRunState.SUCCESS
+ def test_clear_task_instances_recalculates_dagrun_queued_deadlines(self,
session, dag_maker):
Review Comment:
Ah, good catch. Brain slipped there; must have had too many files open.
--
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]