anton-vinogradov commented on a change in pull request #8232:
URL: https://github.com/apache/ignite/pull/8232#discussion_r487729339
##########
File path: modules/ducktests/tests/ignitetest/services/ignite_app.py
##########
@@ -38,33 +41,54 @@ def __init__(self, context, config, java_class_name,
params="", timeout_sec=60,
self.servicejava_class_name = servicejava_class_name
self.java_class_name = java_class_name
self.timeout_sec = timeout_sec
- self.stop_timeout_sec = 10
+ self.params = params
Review comment:
It is used to gain start params of the application.
see cellular_affinity_test.py:155 for example.
----------------------------------------------------------------
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]