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:
[email protected]
With regards,
Apache Git Services