ivandasch commented on a change in pull request #8109:
URL: https://github.com/apache/ignite/pull/8109#discussion_r464294793



##########
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:
       Max, I suppose that this is more robust solution to problem. Constantly 
escape everything is a little bit tiresome. base64 solves this problem 
radically.




----------------------------------------------------------------
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]


Reply via email to