Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit defa2ad

Browse files
authoredSep 18, 2023
tests, expression: move integration test in expression pkg to tests/integrationtest (pingcap#47059)
close pingcap#46679
1 parent 3cd5dce commit defa2ad

24 files changed

+1636
-1426
lines changed
 

‎.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
# Declare files that will always have LF line endings on checkout.
55
*.y text eol=lf
66

7+
*.result diff
8+
79
util/collate/unicode_0*_ci.go linguist-generated=true
810
util/collate/ucadata/unicode_*_data.go linguist-generated=true

‎expression/BUILD.bazel

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ go_test(
171171
"builtin_vectorized_test.go",
172172
"collation_test.go",
173173
"column_test.go",
174-
"constant_fold_test.go",
175174
"constant_test.go",
176175
"distsql_builtin_test.go",
177176
"evaluator_test.go",

‎expression/casetest/BUILD.bazel

-23
This file was deleted.

‎expression/casetest/constant_propagation_test.go

-49
This file was deleted.

‎expression/casetest/flag_simplify_test.go

-46
This file was deleted.

‎expression/casetest/main_test.go

-71
This file was deleted.

‎expression/casetest/testdata/expression_suite_in.json

-41
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.