Skip to content

Commit

Permalink
planner, tests: migrate tests for plan_cache into the integrationte…
Browse files Browse the repository at this point in the history
…st (#47443)

close #47173
  • Loading branch information
YangKeao authored Oct 8, 2023
1 parent 350e1c2 commit 8772821
Show file tree
Hide file tree
Showing 6 changed files with 3,721 additions and 1,513 deletions.
1 change: 0 additions & 1 deletion planner/core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ go_test(
"//util/plancodec",
"//util/ranger",
"//util/set",
"//util/size",
"//util/stmtsummary",
"//util/tracing",
"@com_github_golang_snappy//:snappy",
Expand Down
1,517 changes: 6 additions & 1,511 deletions planner/core/plan_cache_test.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,9 @@ PARTITION P8 VALUES IN (126,30,48,68)
insert into PK_LP9326 values(30),(48),(56);
SELECT COL1 FROM PK_LP9326 WHERE COL1 NOT IN (621579514938,-17333745845828,2777039147338);
COL1
56
30
48
56
create database issue_27017;
use issue_27017;
set tidb_enable_list_partition = 1;
Expand Down
Loading

0 comments on commit 8772821

Please sign in to comment.