ivandasch commented on a change in pull request #8211:
URL: https://github.com/apache/ignite/pull/8211#discussion_r499398159
##########
File path: modules/ducktests/tests/ignitetest/utils/ignite_test.py
##########
@@ -26,9 +26,17 @@ class IgniteTest(Test):
"""
Basic ignite test.
"""
+ TEMP_PATH_ROOT = "/mnt/ducktests"
Review comment:
Python has tools to create temporary folders. You don't need this.
----------------------------------------------------------------
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]