nizhikov commented on a change in pull request #8998:
URL: https://github.com/apache/ignite/pull/8998#discussion_r615691035
##########
File path: modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py
##########
@@ -73,16 +82,29 @@ def __init__(self, context, config, num_nodes,
startup_timeout_sec, shutdown_tim
self.main_java_class = main_java_class
self.startup_timeout_sec = startup_timeout_sec
self.shutdown_timeout_sec = shutdown_timeout_sec
+ self.thin_client_config = thin_client_config
+
+ if self.thin_client_config:
Review comment:
1. Please, rename `start_ignite` to `mode`
2. Make it property (like version or project).
--
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]