anton-vinogradov commented on a change in pull request #8232:
URL: https://github.com/apache/ignite/pull/8232#discussion_r487837987



##########
File path: modules/ducktests/tests/ignitetest/services/utils/ignite_spec.py
##########
@@ -147,6 +146,8 @@ def __init__(self, modules, **kwargs):
         libs.append("log4j")
         libs = list(map(lambda m: self.path.module(m) + "/*", libs))
 
+        libs.append(IgnitePath(DEV_BRANCH).module("ducktests") + "/*")

Review comment:
       Seems, we have to plan some refactoring here (at specs), can we postpone 
this to refactoring?




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


Reply via email to