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

Method add_test_dimensions

tests/query_test/test_exprs.py:150–161  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

148
149 @classmethod
150 def add_test_dimensions(cls):
151 super(TestExprLimits, cls).add_test_dimensions()
152 if cls.exploration_strategy() != 'exhaustive':
153 # Ensure the test runs with codegen enabled and disabled, even when the
154 # exploration strategy is not exhaustive.
155 cls.ImpalaTestMatrix.clear_dimension('exec_option')
156 cls.ImpalaTestMatrix.add_dimension(create_exec_option_dimension(
157 cluster_sizes=[0], disable_codegen_options=[False, True], batch_sizes=[0]))
158
159 # There is no reason to run these tests using all dimensions.
160 cls.ImpalaTestMatrix.add_dimension(
161 create_uncompressed_text_dimension(cls.get_workload()))
162
163 def test_expr_child_limit(self, vector):
164 # IN predicate

Callers

nothing calls this directly

Calls 7

exploration_strategyMethod · 0.80
clear_dimensionMethod · 0.80
add_dimensionMethod · 0.80
add_test_dimensionsMethod · 0.45
get_workloadMethod · 0.45

Tested by

no test coverage detected