mik-laj commented on a change in pull request #7439: [AIRFLOW-6204][depends on 6763] Create GoogleSystemTest class URL: https://github.com/apache/airflow/pull/7439#discussion_r380209148
########## File path: tests/test_utils/system_tests_class.py ########## @@ -106,6 +107,11 @@ def _restore_dags_from_temporary_directory( class SystemTest(TestCase, LoggingMixin): + executor = LoggingCommandExecutor() Review comment: LoggingCommandExecutor contains only static methods. It may be worth changing to raw functions so that you do not have to create an instance of this class. ---------------------------------------------------------------- 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
