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

Method test_fetch_timeout

tests/hs2/test_fetch_timeout.py:36–38  ·  view source on GitHub ↗

Delegates to self.__test_fetch_timeout().

(self)

Source from the content-addressed store, hash-verified

34
35 @needs_session()
36 def test_fetch_timeout(self):
37 """Delegates to self.__test_fetch_timeout()."""
38 self.__test_fetch_timeout()
39
40 @needs_session(conf_overlay={'spool_query_results': 'true'})
41 def test_fetch_timeout_with_result_spooling(self):

Callers

nothing calls this directly

Calls 1

__test_fetch_timeoutMethod · 0.95

Tested by

no test coverage detected