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

Method add_test_dimensions

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

Source from the content-addressed store, hash-verified

254class TestRandomSort(ImpalaTestSuite):
255 @classmethod
256 def add_test_dimensions(cls):
257 super(TestRandomSort, cls).add_test_dimensions()
258 add_exec_option_dimension(cls, 'max_sort_run_size', MAX_SORT_RUN_SIZE)
259
260 if cls.exploration_strategy() == 'core':
261 cls.ImpalaTestMatrix.add_constraint(lambda v:
262 v.get_value('table_format').file_format == 'parquet')
263
264 def test_order_by_random(self, vector):
265 """Tests that 'order by random()' works as expected."""

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