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



##########
File path: modules/ducktests/tests/ignitetest/services/utils/jmx_utils.py
##########
@@ -76,7 +76,7 @@ def find_mbean(self, pattern, domain='org.apache'):
         :param domain: Domain of MBean
         :return: JmxMBean instance
         """
-        cmd = "echo $'open %s\\n beans -d %s \\n close' | %s | grep -o '%s'" \
+        cmd = "echo $'open %s\\n beans -d %s \\n close' | %s | grep -o 
'.*%s$'" \

Review comment:
       we can pass a short bean name(ZookeeperDiscoverySpi) instead of 
   * group = SPIs, name = ZookeeperDiscoverySpi
   




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