Sega76 commented on a change in pull request #8578:
URL: https://github.com/apache/ignite/pull/8578#discussion_r544440813
##########
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:
create folders with one command, it's faster
----------------------------------------------------------------
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]