Sega76 commented on a change in pull request #8968:
URL: https://github.com/apache/ignite/pull/8968#discussion_r607108714



##########
File path: 
modules/ducktests/src/main/java/org/apache/ignite/internal/ducktest/utils/IgniteAwareApplicationService.java
##########
@@ -60,6 +61,11 @@ public static void main(String[] args) throws Exception {
 
         app.cfgPath = cfgPath;
 
+        String connStr = jsonNode.get("thin_client_connection").asText();

Review comment:
       use Optional, otherwise we will get an Exception in other tests
   `Exception in thread "main" java.lang.NullPointerException
        at 
org.apache.ignite.internal.ducktest.utils.IgniteAwareApplicationService.main(IgniteAwareApplicationService.java:64)`
   




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