MCPcopy 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

communicateMethod · 0.95
waitForStateMethod · 0.80
waitForCatalogUpdateMethod · 0.80
waitForSyncDdlVersionMethod · 0.80
waitForIsReadyMethod · 0.80
wait_for_heartbeatMethod · 0.80
wait_for_updateMethod · 0.80
test_unicode_inputMethod · 0.80

Calls 1

pollMethod · 0.95

Tested by 15

waitForStateMethod · 0.64
wait_for_heartbeatMethod · 0.64
wait_for_updateMethod · 0.64
test_unicode_inputMethod · 0.64
test_rerunMethod · 0.64
test_shell_promptMethod · 0.64
__generate_fileMethod · 0.64