nizhikov commented on a change in pull request #9008:
URL: https://github.com/apache/ignite/pull/9008#discussion_r617651842
##########
File path: modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py
##########
@@ -172,6 +172,7 @@ def init_persistent(self, node):
def _prepare_configs(self, node):
config = self.config.prepare_for_env(test_globals=self.globals,
node=node, cluster=self)
+ config = self.spec.extend_config(test_globals=self.globals, node=node,
cluster=self)
Review comment:
This should be executed **before** prepare_for_env.
globals should have higher priority than spec.
--
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]