chia7712 commented on PR #19134: URL: https://github.com/apache/kafka/pull/19134#issuecomment-2714539239
@Parkerhiphop could you please add some changes to print more information? ``` def is_version(node, version_list, proc_grep_string="kafka", logger=None): """Heuristic to check that only the specified version appears in the classpath of the process A useful tool to aid in checking that service version apis are working correctly. """ lines = [l for l in node.account.ssh_capture("ps ax | grep %s | grep -v grep" % proc_grep_string)] assert len(lines) == 2, "lines: %s" % lines ``` -- 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