nizhikov commented on a change in pull request #8968:
URL: https://github.com/apache/ignite/pull/8968#discussion_r607934174
##########
File path: modules/ducktests/tests/ignitetest/services/ignite_app.py
##########
@@ -47,8 +47,9 @@ def __init__(self, context, config, java_class_name,
num_nodes=1, params="", sta
self.java_class_name = java_class_name
self.params = params
- def await_started(self):
- super().await_started()
+ def await_started(self, start_ignite=True):
+ if start_ignite:
Review comment:
please, move this check to `ignite_aware.py`
--
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]