Intent of visibility_query_converter_mock.go ×1
All 68 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
go.temporal.io/68 tests-
server/68 tests-
common/68 tests-
persistence/68 tests-
visibility/68 tests-
store/68 tests-
sql/68 tests-
TestSQLQueryConverter_BuildAndExpr/6 tests-
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildAndExpr/(a_=_1_and_b_=_'foo')_and_c_=_'bar' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildAndExpr/(a_=_1_or_b_=_'foo')_and_c_=_'bar'_and_(a_=_2_or_b_=_'zzz') -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildAndExpr/<nil> -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildAndExpr/a_=_1 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildAndExpr/a_=_1_and_b_=_'foo' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildAndExpr/a_=_1_or_b_=_'foo'
-
-
TestSQLQueryConverter_BuildNotExpr/4 tests-
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildNotExpr/not_(a_=_1) -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildNotExpr/not_(a_=_1_and_(b_=_'foo'_or_c_=_'bar')) -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildNotExpr/not_(a_=_1_and_b_=_'foo') -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildNotExpr/not_a_=_1
-
-
TestSQLQueryConverter_BuildOrExpr/6 tests-
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildOrExpr/<nil> -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildOrExpr/a_=_1 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildOrExpr/a_=_1_and_b_=_'foo'_or_c_=_'bar' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildOrExpr/a_=_1_and_b_=_'foo'_or_c_=_'bar'_or_a_=_2_and_b_=_'zzz' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildOrExpr/a_=_1_or_b_=_'foo' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildOrExpr/a_=_1_or_b_=_'foo'#01
-
-
TestSQLQueryConverter_BuildParenExpr/6 tests-
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildParenExpr/(a_=_1) -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildParenExpr/(a_=_1_and_(b_=_'foo'_or_c_=_'bar')) -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildParenExpr/(a_=_1_and_b_=_'foo') -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildParenExpr/(a_=_1_or_b_=_'foo') -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildParenExpr/(not_a_=_1) -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildParenExpr/a_=_1
-
-
TestSQLQueryConverter_BuildValueExpr/9 tests-
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildValueExpr/bool -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildValueExpr/error_float32 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildValueExpr/error_int -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildValueExpr/error_tuple -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildValueExpr/error_tuple_item -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildValueExpr/float64 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildValueExpr/int64 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildValueExpr/string -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_BuildValueExpr/tuple
-
-
TestSQLQueryConverter_ConvertComparisonExpr/6 tests-
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertComparisonExpr/a_!=_'foo' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertComparisonExpr/a_=_'foo' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertComparisonExpr/a_=_123 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertComparisonExpr/a_=_123.456 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertComparisonExpr/a_=_true -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertComparisonExpr/unexpected_type_a_=_123
-
-
TestSQLQueryConverter_ConvertKeywordComparisonExpr/6 tests-
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertKeywordComparisonExpr/a_!=_'foo' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertKeywordComparisonExpr/a_=_'foo' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertKeywordComparisonExpr/a_like_'foo%'_escape_'!' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertKeywordComparisonExpr/a_not_like_'foo%'_escape_'!' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertKeywordComparisonExpr/unexpected_type_a_=_123 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertKeywordComparisonExpr/unexpected_type_a_starts_with_123
-
-
TestSQLQueryConverter_ConvertKeywordListComparisonExpr/4 tests-
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertKeywordListComparisonExpr/a_=_'foo' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertKeywordListComparisonExpr/a_=_123 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertKeywordListComparisonExpr/mock_error -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertKeywordListComparisonExpr/unexpected_type_a_=_123
-
-
TestSQLQueryConverter_ConvertRangeExpr/4 tests-
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertRangeExpr/a_between_'123'_and_'456' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertRangeExpr/a_not_between_123_and_456 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertRangeExpr/unexpected_type_123 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertRangeExpr/unexpected_type_456
-
-
TestSQLQueryConverter_ConvertTextComparisonExpr/4 tests-
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertTextComparisonExpr/a_=_'foo' -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertTextComparisonExpr/a_=_123 -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertTextComparisonExpr/mock_error -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_ConvertTextComparisonExpr/unexpected_type_a_=_123
-
-
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_CustomConvertComparisonExpr -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_CustomConvertIsExpr -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_CustomConvertKeywordComparisonExpr -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_CustomConvertKeywordListComparisonExpr -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_CustomConvertRangeExpr -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_CustomConvertTextComparisonExpr -
go.temporal.io/server/common/persistence/visibility/store/sql/TestSQLQueryConverter_GetDatetimeFormat
-
-
-
-
-
-
-