harjothkhara commented on code in PR #70089:
URL: https://github.com/apache/airflow/pull/70089#discussion_r3763737621


##########
airflow-core/tests/unit/timetables/test_trigger_timetable.py:
##########
@@ -1149,3 +1149,52 @@ def 
test_iter_partition_dagrun_infos_dst_america_new_york_spring_forward() -> No
     # run_after == partition_date for both ticks.
     for info in infos:
         assert info.run_after == info.partition_date
+
+
+@time_machine.travel(pendulum.DateTime(2024, 11, 3, 5, 30, tzinfo=utc), 
tick=False)

Review Comment:
   Merged the 3 tests into one parametrized 
`test_run_immediately_does_not_pick_future_run`, same DST fold case for each 
timetable.
   
   ---
   Drafted-by: Claude Code (Opus 5); reviewed by @harjothkhara before posting



-- 
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]

Reply via email to