anton-vinogradov commented on a change in pull request #9008:
URL: https://github.com/apache/ignite/pull/9008#discussion_r622929814
##########
File path: modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py
##########
@@ -190,9 +190,11 @@ def init_shared(self, node):
node.account.copy_to(os.path.join(local_shared_dir, file),
self.shared_root)
def _prepare_configs(self, node):
- config = self.config.prepare_for_env(self.globals, self.shared_root,
node, self)
+ config = self.spec \
+ .extend_config(self.config, self.globals, node, self) \
Review comment:
This looks odd to pass X and X.Y.
This means we have an architectural issue here.
--
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]