peachchen0716 commented on code in PR #64816:
URL: https://github.com/apache/airflow/pull/64816#discussion_r3069093935
##########
airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_task_instances.py:
##########
@@ -651,6 +651,63 @@ def test_next_kwargs_determines_start_date_update(self,
client, session, create_
ti = session.get(TaskInstance, ti.id)
assert ti.start_date == expected_start_date
+ def test_ti_run_restores_start_date_for_rescheduled_task(
+ self, client, session, create_task_instance, time_machine
+ ):
Review Comment:
the propsed test case is not valid for the same reason as
https://github.com/apache/airflow/pull/64816#discussion_r3069079608
--
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]