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_r389255632
##########
File path: tests/jobs/test_scheduler_job.py
##########
@@ -1059,6 +1067,113 @@ def test_process_file_should_failure_callback(self):
os.remove(callback_file.name)
+class DagFileProcessorQueriesCount(unittest.TestCase):
Review comment:
Should we add `Test` as a suffix or prefix?
----------------------------------------------------------------
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