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

Class ImpalaTestDimension

tests/common/test_vector.py:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83# A list of test dimension values.
84class ImpalaTestDimension(list):
85 def __init__(self, name, *args):
86 self.name = name
87 self.extend([ImpalaTestVector.Value(name, arg) for arg in args])
88
89
90# A test vector that passed to test method. The ImpalaTestVector can be used to

Callers 15

add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90
add_test_dimensionsMethod · 0.90

Calls

no outgoing calls

Tested by 15

add_test_dimensionsMethod · 0.72
add_test_dimensionsMethod · 0.72
add_test_dimensionsMethod · 0.72
add_test_dimensionsMethod · 0.72
add_test_dimensionsMethod · 0.72
add_test_dimensionsMethod · 0.72
add_test_dimensionsMethod · 0.72
add_test_dimensionsMethod · 0.72
add_test_dimensionsMethod · 0.72
add_test_dimensionsMethod · 0.72
add_test_dimensionsMethod · 0.72
add_test_dimensionsMethod · 0.72