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

Method test_fetch_no_timeout

tests/hs2/test_fetch_timeout.py:197–199  ·  view source on GitHub ↗

Delegates to self.__test_fetch_no_timeout().

(self)

Source from the content-addressed store, hash-verified

195
196 @needs_session()
197 def test_fetch_no_timeout(self):
198 """Delegates to self.__test_fetch_no_timeout()."""
199 self.__test_fetch_no_timeout()
200
201 @needs_session(conf_overlay={'spool_query_results': 'true'})
202 def test_fetch_no_timeout_with_result_spooling(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected