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

Method test_no_args

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

Source from the content-addressed store, hash-verified

153 cls.ImpalaTestMatrix.add_dimension(create_impala_shell_executable_dimension())
154
155 def test_no_args(self, vector):
156 args = ['-q', DEFAULT_QUERY]
157 run_impala_shell_cmd(vector, args)
158
159 def test_multiple_queries(self, vector):
160 queries = ';'.join([DEFAULT_QUERY] * 3)

Callers

nothing calls this directly

Calls 1

run_impala_shell_cmdFunction · 0.90

Tested by

no test coverage detected