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

Function default_client_protocol_dimension

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

Source from the content-addressed store, hash-verified

163
164
165def default_client_protocol_dimension():
166 pytest_config = ImpalaTestClusterProperties.get_instance().pytest_config()
167 return ImpalaTestDimension(PROTOCOL, pytest_config.option.default_test_protocol)
168
169
170def hs2_client_protocol_dimension():

Callers 3

add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90

Calls 3

ImpalaTestDimensionClass · 0.90
get_instanceMethod · 0.80
pytest_configMethod · 0.45

Tested by

no test coverage detected