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

Method add_test_dimensions

tests/query_test/test_sort.py:311–317  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

309
310 @classmethod
311 def add_test_dimensions(cls):
312 super(TestPartialSort, cls).add_test_dimensions()
313 add_exec_option_dimension(cls, 'max_sort_run_size', MAX_SORT_RUN_SIZE)
314
315 if cls.exploration_strategy() == 'core':
316 cls.ImpalaTestMatrix.add_constraint(lambda v:
317 v.get_value('table_format').file_format == 'parquet')
318
319 def test_partial_sort_min_reservation(self, vector, unique_database):
320 """Test that the partial sort node can operate if it only gets its minimum

Callers

nothing calls this directly

Calls 5

exploration_strategyMethod · 0.80
add_constraintMethod · 0.80
add_test_dimensionsMethod · 0.45
get_valueMethod · 0.45

Tested by

no test coverage detected