ferruzzi commented on code in PR #61702:
URL: https://github.com/apache/airflow/pull/61702#discussion_r2789452245
##########
airflow-core/tests/unit/models/test_serialized_dag.py:
##########
@@ -753,3 +763,48 @@ def test_write_dag_atomicity_on_dagcode_failure(self,
dag_maker, session):
assert len(sdag.dag.task_dict) == 1, (
"SerializedDagModel should not be updated when write fails"
)
+
+ def test_deadline_interval_change_triggers_new_serdag(self,
testing_dag_bundle, session):
+ dag_id = "test_interval_change"
+
+ # Create a new Dag with a deadline and create a dagrun as a baseline..
Review Comment:
Some day typos will be the only proof that it wasn't AI :P I appreciate
the thorough review, I'll get all these done ASAP.
--
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]