feluelle commented on a change in pull request #7565: [AIRFLOW-6941][WIP] Add
queries count test for create_dagrun
URL: https://github.com/apache/airflow/pull/7565#discussion_r385633108
##########
File path: tests/models/test_dag.py
##########
@@ -1341,3 +1344,26 @@ class DAGsubclass(DAG):
self.assertEqual(hash(dag_eq), hash(dag))
self.assertNotEqual(hash(dag_diff_name), hash(dag))
self.assertNotEqual(hash(dag_subclass), hash(dag))
+
+
+class TestPerformance(unittest.TestCase):
Review comment:
Sounds good to me. 👍
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services