nuclearpinguin commented on a change in pull request #7602: [AIRFLOW-6967] Add 
tests to avoid performance regression in DagFileProcessor
URL: https://github.com/apache/airflow/pull/7602#discussion_r389258767
 
 

 ##########
 File path: tests/jobs/test_scheduler_job.py
 ##########
 @@ -1059,6 +1067,112 @@ def test_process_file_should_failure_callback(self):
             os.remove(callback_file.name)
 
 
+class TestDagFileProcessorQueriesCount(unittest.TestCase):
 
 Review comment:
   I am just wondering if we want to mark this test as `performance` and have a 
separate build for performance-only tests? In this way, it will be easier to 
spot PR / builds that change the performance. 

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

Reply via email to