anton-vinogradov commented on a change in pull request #8109: URL: https://github.com/apache/ignite/pull/8109#discussion_r464874057
########## File path: modules/ducktests/tests/ignitetest/services/utils/ignite_aware_app.py ########## @@ -82,7 +84,7 @@ def app_args(self): args = self.java_class_name + "," + IgniteAwareApplicationService.CONFIG_FILE if self.params != "": - args += "," + self.params + args += "," + str(base64.b64encode(json.dumps(self.params).encode("UTF-8"))) Review comment: For example, JSON contains "," already used as a separator at ignite_aware.py because of necessary to transfer some params where only one allowed. ---------------------------------------------------------------- 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: us...@infra.apache.org