anton-vinogradov commented on a change in pull request #9013:
URL: https://github.com/apache/ignite/pull/9013#discussion_r615662363



##########
File path: modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py
##########
@@ -193,9 +193,7 @@ def init_persistent(self, node):
         """
         super().init_persistent(node)
 
-        node_config = self._prepare_config(node)
-
-        node.account.create_file(self.config_file, node_config)
+        self._prepare_config(node)
 
     def _prepare_config(self, node):

Review comment:
       should this be _prepare_configs now?




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


Reply via email to