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

Method add_test_dimensions

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

Source from the content-addressed store, hash-verified

363 is not a constant string."""
364 @classmethod
365 def add_test_dimensions(cls):
366 super(TestNonConstPatternILike, cls).add_test_dimensions()
367 # This test does not care about the file format of test table.
368 # Fix the table format to text.
369 cls.ImpalaTestMatrix.add_dimension(
370 create_uncompressed_text_dimension(cls.get_workload()))
371
372 def test_non_const_pattern_ilike(self, vector, unique_database):
373 with self.create_impala_client_from_vector(vector) as client:

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