MCPcopy Create free account
hub / github.com/apache/impala / communicate

Method communicate

tests/util/ssh_util.py:168–170  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 time.sleep(0.1)
167
168 def communicate(self):
169 self.wait()
170 return self.stdout.read(), self.stderr.read()
171
172 @property
173 def returncode(self):

Callers 15

exec_cmdFunction · 0.80
read_password_cmdFunction · 0.80
exec_local_commandFunction · 0.80
__negative_testMethod · 0.80
get_resultMethod · 0.80
run_stmt_in_beelineMethod · 0.80
run_openssl_cmdFunction · 0.80
exec_processFunction · 0.80
_hadoop_fs_shellMethod · 0.80
process_binaryFunction · 0.80

Calls 2

waitMethod · 0.95
readMethod · 0.45

Tested by 4

__negative_testMethod · 0.64
run_stmt_in_beelineMethod · 0.64
get_set_of_testsFunction · 0.64