Skip to content

Commit

Permalink
tests, expression: move integration test in expression pkg to `tests/…
Browse files Browse the repository at this point in the history
…integrationtest` (pingcap#47059)

close pingcap#46679
  • Loading branch information
Defined2014 authored Sep 18, 2023
1 parent 3cd5dce commit defa2ad
Show file tree
Hide file tree
Showing 24 changed files with 1,636 additions and 1,426 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
# Declare files that will always have LF line endings on checkout.
*.y text eol=lf

*.result diff

util/collate/unicode_0*_ci.go linguist-generated=true
util/collate/ucadata/unicode_*_data.go linguist-generated=true
1 change: 0 additions & 1 deletion expression/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ go_test(
"builtin_vectorized_test.go",
"collation_test.go",
"column_test.go",
"constant_fold_test.go",
"constant_test.go",
"distsql_builtin_test.go",
"evaluator_test.go",
Expand Down
23 changes: 0 additions & 23 deletions expression/casetest/BUILD.bazel

This file was deleted.

49 changes: 0 additions & 49 deletions expression/casetest/constant_propagation_test.go

This file was deleted.

46 changes: 0 additions & 46 deletions expression/casetest/flag_simplify_test.go

This file was deleted.

71 changes: 0 additions & 71 deletions expression/casetest/main_test.go

This file was deleted.

41 changes: 0 additions & 41 deletions expression/casetest/testdata/expression_suite_in.json

This file was deleted.

Loading

0 comments on commit defa2ad

Please sign in to comment.