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/02/17 14:19:47 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #7439: [AIRFLOW-6204][depends on 6763] Create GoogleSystemTest class

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_r380207830
 
 

 ##########
 File path: tests/test_utils/system_tests_class.py
 ##########
 @@ -232,3 +238,20 @@ def run_dag(self, dag_id: str, dag_folder: str = DEFAULT_DAG_FOLDER) -> None:
         except Exception:
             self._print_all_log_files()
             raise
+
+    @staticmethod
+    def create_temp_file(filename, dir_path="/tmp"):
 
 Review comment:
   ```suggestion
       def create_dummy_file(filename, dir_path="/tmp"):
   ```
   Temporary files are files that are used for a short time. However, they can contain valuable content.

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