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

Method test_tip

tests/shell/test_shell_interactive.py:787–792  ·  view source on GitHub ↗

Smoke test for the TIP command

(self, vector)

Source from the content-addressed store, hash-verified

785 child_proc.wait()
786
787 def test_tip(self, vector):
788 """Smoke test for the TIP command"""
789 result = run_impala_shell_interactive(vector, "tip;")
790 for t in TIPS:
791 if t in result.stderr: return
792 assert False, "No tip found in output %s" % result.stderr
793
794 def test_var_substitution(self, vector):
795 with open(os.path.join(QUERY_FILE_PATH, 'test_var_substitution.sql')) as f:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected