pingzh commented on a change in pull request #7141: [AIRFLOW-6544] add log_id 
to end-of-file mark and also add an index config for logs
URL: https://github.com/apache/airflow/pull/7141#discussion_r368094024
 
 

 ##########
 File path: tests/utils/log/test_es_task_handler.py
 ##########
 @@ -81,6 +85,17 @@ def setUp(self):
         self.ti.try_number = 1
         self.ti.state = State.RUNNING
         self.addCleanup(self.dag.clear)
+        self.index_name2 = "test_index2"
+        self.es_task_handler2 = ElasticsearchTaskHandler(
+            self.local_log_location,
 
 Review comment:
   can you rename this to be more specific `es_task_handler2`?

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

Reply via email to