Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ wait
Method
wait
tests/util/ssh_util.py:163–166 ·
view source on GitHub ↗
Wait for the process to complete.
(self)
Source
from the content-addressed store, hash-verified
161
return
self.channel.recv_exit_status()
162
163
def
wait(self):
164
""
"Wait for the process to complete."
""
165
while
self.poll() is None:
166
time.sleep(0.1)
167
168
def
communicate(self):
169
self.wait()
Callers
15
communicate
Method · 0.95
waitForState
Method · 0.80
waitForCatalogUpdate
Method · 0.80
waitForSyncDdlVersion
Method · 0.80
waitForIsReady
Method · 0.80
wait_for_heartbeat
Method · 0.80
wait_for_update
Method · 0.80
_validate_expected_socket_connected
Method · 0.80
test_local_shell_options
Method · 0.80
test_cancellation_mid_command
Method · 0.80
test_unicode_input
Method · 0.80
test_multiline_queries_in_history
Method · 0.80
Calls
1
poll
Method · 0.95
Tested by
15
waitForState
Method · 0.64
wait_for_heartbeat
Method · 0.64
wait_for_update
Method · 0.64
_validate_expected_socket_connected
Method · 0.64
test_local_shell_options
Method · 0.64
test_cancellation_mid_command
Method · 0.64
test_unicode_input
Method · 0.64
test_multiline_queries_in_history
Method · 0.64
test_history_does_not_duplicate_on_interrupt
Method · 0.64
test_rerun
Method · 0.64
test_shell_prompt
Method · 0.64
__generate_file
Method · 0.64