You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/04/06 14:49:18 UTC

[GitHub] [ignite] nizhikov commented on a change in pull request #8968: IGNITE-13970 Thin client compatibility test

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



##########
File path: modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py
##########
@@ -74,6 +74,7 @@ def __init__(self, context, config, num_nodes, startup_timeout_sec, shutdown_tim
         self.init_logs_attribute()
 
         self.disconnected_nodes = []
+        self.start_ignite = kwargs.get("start_ignite")

Review comment:
       you should provide the default value for `start_ignite` - `kwargs.get("start_ignite", True)`




-- 
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:
users@infra.apache.org