anton-vinogradov commented on a change in pull request #8968:
URL: https://github.com/apache/ignite/pull/8968#discussion_r607604672



##########
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();
+
+        if (connStr != null && !connStr.isEmpty())

Review comment:
       Additional reflection suggests we may want to test the local Thin Client 
case, so, enum is not an option here.
   But, since `IgniteClient extends AutoCloseable` we must wrap the current 
try-with-resources section with an additional one.




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