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

Method add_test_dimensions

tests/query_test/test_queries.py:247–250  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

245class TestQueriesTextTables(ImpalaTestSuite):
246 @classmethod
247 def add_test_dimensions(cls):
248 super(TestQueriesTextTables, cls).add_test_dimensions()
249 cls.ImpalaTestMatrix.add_dimension(
250 create_uncompressed_text_dimension(cls.get_workload()))
251
252 def test_overflow(self, vector):
253 self.run_test_case('QueryTest/overflow', vector)

Callers

nothing calls this directly

Calls 4

add_dimensionMethod · 0.80
add_test_dimensionsMethod · 0.45
get_workloadMethod · 0.45

Tested by

no test coverage detected