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

Method add_test_dimensions

tests/query_test/test_kudu.py:737–739  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

735
736 @classmethod
737 def add_test_dimensions(cls):
738 super(TestCreateExternalTable, cls).add_test_dimensions()
739 cls.ImpalaTestMatrix.add_dimension(create_single_exec_option_dimension())
740
741 @SkipIfKudu.hms_integration_enabled()
742 def test_external_timestamp_default_value(self, vector, kudu_client, unique_database):

Callers

nothing calls this directly

Calls 3

add_dimensionMethod · 0.80
add_test_dimensionsMethod · 0.45

Tested by

no test coverage detected