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

Function get_impalad_port

tests/shell/util.py:182–184  ·  view source on GitHub ↗

Get integer port to connect to based on test vector provided.

(vector)

Source from the content-addressed store, hash-verified

180
181
182def get_impalad_port(vector):
183 """Get integer port to connect to based on test vector provided."""
184 return int(get_impalad_host_port(vector).split(":")[1])
185
186
187def get_shell_cmd(vector):

Callers 10

_expect_with_cmdMethod · 0.90
test_reconnectMethod · 0.90
test_rerunMethod · 0.90
test_shell_promptMethod · 0.90
check_keepaliveMethod · 0.90
test_admission_statusMethod · 0.90
__trigger_retry_shellMethod · 0.90

Calls 1

get_impalad_host_portFunction · 0.85

Tested by 10

_expect_with_cmdMethod · 0.72
test_reconnectMethod · 0.72
test_rerunMethod · 0.72
test_shell_promptMethod · 0.72
check_keepaliveMethod · 0.72
test_admission_statusMethod · 0.72
__trigger_retry_shellMethod · 0.72