mik-laj 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_r385176259
 
 

 ##########
 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:
   Work on other performance tests will start soon and then we should plan a 
solution on how we will mark the tests.

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