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



##########
File path: modules/ducktests/tests/ignitetest/services/utils/control_utility.py
##########
@@ -259,8 +364,8 @@ def __run(self, cmd):
 
         return output
 
-    def __form_cmd(self, node, cmd):
-        return self._cluster.spec.path.script(f"{self.BASE_COMMAND} --host 
{node.account.externally_routable_ip} {cmd}")
+    def __form_cmd(self, cmd):
+        return self._cluster.spec.path.script(f"{self.BASE_COMMAND} --host 
`hostname -i` {cmd}")

Review comment:
       fixed

##########
File path: modules/ducktests/pom.xml
##########
@@ -188,6 +193,23 @@
                             <excludeTransitive>false</excludeTransitive>
                         </configuration>
                     </execution>
+                    <execution>

Review comment:
       fixed




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