You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/04/05 14:10:02 UTC

[GitHub] [ignite] Sega76 commented on a change in pull request #8968: IGNITE-13970 Thin client compatibility test

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:
users@infra.apache.org