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

Method add_test_dimensions

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

Source from the content-addressed store, hash-verified

129 """
130 @classmethod
131 def add_test_dimensions(cls):
132 super(TestKuduTimestampConvert, cls).add_test_dimensions()
133 cls.ImpalaTestMatrix.add_mandatory_exec_option('convert_kudu_utc_timestamps', 'true')
134 cls.ImpalaTestMatrix.add_mandatory_exec_option('write_kudu_utc_timestamps', 'true')
135 cls.ImpalaTestMatrix.add_mandatory_exec_option(
136 'use_local_tz_for_unix_timestamp_conversions', 'false')
137 cls.ImpalaTestMatrix.add_mandatory_exec_option('timezone', '"America/Los_Angeles"')
138
139 @SkipIfKudu.no_hybrid_clock()
140 def test_kudu_timestamp_conversion(self, vector, unique_database):

Callers

nothing calls this directly

Calls 2

add_test_dimensionsMethod · 0.45

Tested by

no test coverage detected