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

 ##########
 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:
   Performance tests are run, for example, daily, and then the results are 
collected into one central system to detect performance regression. They do not 
have identical results every time. **Each time you run a test, you may have a 
different result.**

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