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

Method test_multiple_queries

tests/shell/test_shell_commandline.py:159–162  ·  view source on GitHub ↗
(self, vector)

Source from the content-addressed store, hash-verified

157 run_impala_shell_cmd(vector, args)
158
159 def test_multiple_queries(self, vector):
160 queries = ';'.join([DEFAULT_QUERY] * 3)
161 args = ['-q', queries, '-B']
162 run_impala_shell_cmd(vector, args)
163
164 def test_multiple_queries_with_escaped_backslash(self, vector):
165 """Regression test for string containing an escaped backslash.

Callers

nothing calls this directly

Calls 2

run_impala_shell_cmdFunction · 0.90
joinMethod · 0.45

Tested by

no test coverage detected