nizhikov commented on a change in pull request #9008:
URL: https://github.com/apache/ignite/pull/9008#discussion_r617652846



##########
File path: modules/ducktests/tests/ignitetest/services/utils/ignite_spec.py
##########
@@ -99,6 +99,12 @@ def config_templates(self):
 
         return config_templates
 
+    def extend_config(self, test_globals, node, cluster):
+        """
+        Extend config with custom variables
+        """
+        return self.config.prepare_for_env(test_globals=test_globals, 
node=node, cluster=cluster)

Review comment:
       This method should be empty by default.




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