vamossagar12 commented on PR #13095:
URL: https://github.com/apache/kafka/pull/13095#issuecomment-1427752677

   Thanks @fvaleri  for pointing me to the fix you made for JMXTool issue. I 
made the changes to also look into version when choosing the EndToEndLatency 
class. 
   
   I did point out the usage of TestEndToEndLatency 
[here](https://github.com/apache/kafka/pull/13095#issuecomment-1407268172) but 
I don't have context here. Also, when I try to run 
`kafkatest.sanity_checks.test_performance_services.PerformanceServiceTest.test_version.version`,
 I get this:
   
   
   ```
   [INFO:2023-02-13 03:03:31,147]: RunnerClient: 
kafkatest.sanity_checks.test_performance_services.PerformanceServiceTest.test_version.version=dev.metadata_quorum=ZK:
 FAIL: gaierror(-2, 'Name or service not known')
   Traceback (most recent call last):
     File 
"/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 
185, in _do_run
       self.setup_test()
     File 
"/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 
237, in setup_test
       self.test.setup()
     File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/test.py", line 
74, in setup
       self.setUp()
     File 
"/opt/kafka-dev/tests/kafkatest/sanity_checks/test_performance_services.py", 
line 38, in setUp
       self.zk.start()
     File 
"/usr/local/lib/python3.9/dist-packages/ducktape/services/service.py", line 
265, in start
       self.start_node(node, **kwargs)
     File "/opt/kafka-dev/tests/kafkatest/services/zookeeper.py", line 95, in 
start_node
       node.account.ssh("mkdir -p %s" % ZookeeperService.DATA)
     File 
"/usr/local/lib/python3.9/dist-packages/ducktape/cluster/remoteaccount.py", 
line 35, in wrapper
       return method(self, *args, **kwargs)
     File 
"/usr/local/lib/python3.9/dist-packages/ducktape/cluster/remoteaccount.py", 
line 300, in ssh
       client = self.ssh_client
     File 
"/usr/local/lib/python3.9/dist-packages/ducktape/cluster/remoteaccount.py", 
line 215, in ssh_client
       self._set_ssh_client()
     File 
"/usr/local/lib/python3.9/dist-packages/ducktape/cluster/remoteaccount.py", 
line 35, in wrapper
       return method(self, *args, **kwargs)
     File 
"/usr/local/lib/python3.9/dist-packages/ducktape/cluster/remoteaccount.py", 
line 189, in _set_ssh_client
       client.connect(
     File "/usr/local/lib/python3.9/dist-packages/paramiko/client.py", line 
340, in connect
       to_try = list(self._families_and_addresses(hostname, port))
     File "/usr/local/lib/python3.9/dist-packages/paramiko/client.py", line 
203, in _families_and_addresses
       addrinfos = socket.getaddrinfo(
     File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo
       for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
   socket.gaierror: [Errno -2] Name or service not known
   ```
   


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

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to