ephraimbuddy commented on code in PR #60580:
URL: https://github.com/apache/airflow/pull/60580#discussion_r2732118933
##########
airflow-core/tests/unit/models/test_serialized_dag.py:
##########
@@ -514,8 +656,10 @@ def test_min_update_interval_is_respected(self,
provide_interval, new_task, shou
)
assert did_write is should_write
- def
test_new_dag_version_created_when_bundle_name_changes_and_hash_unchanged(self,
dag_maker, session):
- """Test that new dag_version is created if bundle_name changes but DAG
is unchanged."""
+ def
test_new_dag_version_is_not_created_when_bundle_name_changes_and_hash_unchanged(
+ self, dag_maker, session
+ ):
+ """Test that new dag_version is not created if bundle_name changes but
DAG is unchanged."""
Review Comment:
cc @jedcunningham .
--
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]