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

 ##########
 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:
   I would like to suggest to add new marker `performance`. Then we don't have 
to run this test multiple times. What do you think @mik-laj ?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to