ivandasch commented on a change in pull request #8267:
URL: https://github.com/apache/ignite/pull/8267#discussion_r493829222
##########
File path: modules/ducktests/tests/ignitetest/utils/ignite_test.py
##########
@@ -40,3 +44,49 @@ def monotonic():
so that only the difference between the results of consecutive
calls is valid.
"""
return monotonic()
+
+ def copy_ignite_workdir(self):
+ """
+ Copy work dir from service nodes to the results directory.
+
+ If the test passed, only the default set will be collected. If the the
test failed, all logs will be collected.
+ """
+ self.logger.info("copy_ignite_workdir")
+ for service in self.test_context.services:
Review comment:
you don't need to use `self.test_context.logger`, `Test` has property
`logger` that do the job.
----------------------------------------------------------------
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]