jason810496 commented on code in PR #61019:
URL: https://github.com/apache/airflow/pull/61019#discussion_r3665241943


##########
airflow-core/tests/unit/dag_processing/test_manager.py:
##########
@@ -1040,6 +1041,38 @@ def 
test_deactivate_stale_dags_marks_dags_in_inactive_bundles(self, session):
         )
         assert is_stale_by_dag == {"dag_in_inactive_bundle": True, 
"dag_in_active_bundle": False}
 
+    def test_deactivate_stale_dags_marks_dags_with_null_bundle_name(self):

Review Comment:
   Please follow the existing test convention instead of using `create_engine` 
or mock the model.__table__ itself, thanks.



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