Skip to content

Commit eafe45b

Browse files
elsa0520ti-chi-bot
authored andcommitted
This is an automated cherry-pick of #56609
Signed-off-by: ti-chi-bot <[email protected]>
1 parent 5327b6d commit eafe45b

File tree

14 files changed

+9010
-13
lines changed

14 files changed

+9010
-13
lines changed

pkg/planner/core/casetest/hint/testdata/integration_suite_out.json

+1,900
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
load("@io_bazel_rules_go//go:def.bzl", "go_test")
2+
3+
go_test(
4+
name = "planstats_test",
5+
timeout = "short",
6+
srcs = [
7+
"main_test.go",
8+
"plan_stats_test.go",
9+
],
10+
data = glob(["testdata/**"]),
11+
flaky = True,
12+
shard_count = 6,
13+
deps = [
14+
"//pkg/config",
15+
"//pkg/domain",
16+
"//pkg/executor",
17+
"//pkg/meta/model",
18+
"//pkg/parser",
19+
"//pkg/parser/model",
20+
"//pkg/planner",
21+
"//pkg/planner/core",
22+
"//pkg/planner/core/base",
23+
"//pkg/planner/core/resolve",
24+
"//pkg/sessionctx",
25+
"//pkg/sessionctx/stmtctx",
26+
"//pkg/statistics",
27+
"//pkg/statistics/handle/types",
28+
"//pkg/table",
29+
"//pkg/testkit",
30+
"//pkg/testkit/testdata",
31+
"//pkg/testkit/testmain",
32+
"//pkg/testkit/testsetup",
33+
"@com_github_pingcap_failpoint//:failpoint",
34+
"@com_github_stretchr_testify//require",
35+
"@org_uber_go_goleak//:goleak",
36+
],
37+
)

0 commit comments

Comments
 (0)