You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/12/16 13:44:49 UTC

[GitHub] [ignite] nizhikov commented on a change in pull request #8578: IGNITE-13829: added rotate log

nizhikov commented on a change in pull request #8578:
URL: https://github.com/apache/ignite/pull/8578#discussion_r544308752



##########
File path: modules/ducktests/tests/ignitetest/services/utils/ignite_persistence.py
##########
@@ -43,8 +44,7 @@ def init_persistent(self, node):
         Init persistent directory.
         :param node: Service node.
         """
-        node.account.mkdirs(self.PERSISTENT_ROOT)
-        node.account.mkdirs(self.TEMP_DIR)
+        node.account.mkdirs(f'{self.TEMP_DIR} {self.LOGS_DIR}')

Review comment:
       Why this change?




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