anton-vinogradov commented on a change in pull request #8968:
URL: https://github.com/apache/ignite/pull/8968#discussion_r607109619
##########
File path: modules/ducktests/tests/ignitetest/services/ignite_app.py
##########
@@ -46,14 +46,17 @@ def __init__(self, context, config, java_class_name,
num_nodes=1, params="", sta
self.servicejava_class_name = servicejava_class_name
self.java_class_name = java_class_name
self.params = params
+ self.start_ignite = start_ignite
Review comment:
An incorrect place to store this flag.
The flag ... de-facto ... is never used inside the class.
Should be stored at IgniteAwareService.
--
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]