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

Function create_client_protocol_strict_dimension

tests/common/test_dimensions.py:191–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189
190
191def create_client_protocol_strict_dimension():
192 # only support strict dimensions if the file system is HDFS, since that is
193 # where the hive cluster is run.
194 if IS_HDFS:
195 return ImpalaTestDimension('strict_hs2_protocol', False, True)
196 else:
197 return create_client_protocol_no_strict_dimension()
198
199
200def create_client_protocol_no_strict_dimension():

Callers 2

add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90

Tested by

no test coverage detected