anton-vinogradov commented on a change in pull request #8294:
URL: https://github.com/apache/ignite/pull/8294#discussion_r500932612
##########
File path: modules/ducktests/tests/ignitetest/utils/ignite_test.py
##########
@@ -40,3 +44,45 @@ def monotonic():
so that only the difference between the results of consecutive
calls is valid.
"""
return monotonic()
+
+ def copy_ignite_root_dir(self):
+ """
+ Copying root directory from service nodes to the results directory.
+ """
+ for service in self.test_context.services:
Review comment:
@ivandasch sound strange to run something else when you debugging
specific test.
@Sega76 you may disable the cleanup. I don't like the idea to have such
uberfeatures.
----------------------------------------------------------------
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]