nizhikov commented on a change in pull request #9008:
URL: https://github.com/apache/ignite/pull/9008#discussion_r622945807
##########
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:
I just want to extend explicit config, not implicit one available from
`self` variable.
--
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]