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

Method add_test_dimensions

tests/query_test/test_local_fs.py:26–32  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

24class TestLocalFileSystem(ImpalaTestSuite):
25 @classmethod
26 def add_test_dimensions(cls):
27 super(TestLocalFileSystem, cls).add_test_dimensions()
28 cls.ImpalaTestMatrix.add_dimension(create_single_exec_option_dimension())
29
30 cls.ImpalaTestMatrix.add_constraint(lambda v:\
31 v.get_value('table_format').file_format == 'text' and \
32 v.get_value('table_format').compression_codec == 'none')
33
34 @SkipIfDockerizedCluster.accesses_host_filesystem
35 def test_local_filesystem(self, vector, unique_database):

Callers

nothing calls this directly

Calls 4

add_dimensionMethod · 0.80
add_constraintMethod · 0.80
get_valueMethod · 0.45

Tested by

no test coverage detected