You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/07 14:36:58 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #7602: [AIRFLOW-6967] Add tests to avoid performance regression in DagFileProcessor

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

 ##########
 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 think it's better to have it like it is now - > this way it will be executed for various DBs and pythons. And It is very fast

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


With regards,
Apache Git Services