Skip to content

Commit 1897a3d

Browse files
hawkingreiti-chi-bot
authored andcommitted
This is an automated cherry-pick of pingcap#58048
Signed-off-by: ti-chi-bot <[email protected]>
1 parent 0e847c3 commit 1897a3d

File tree

5 files changed

+2709
-0
lines changed

5 files changed

+2709
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
load("@io_bazel_rules_go//go:def.bzl", "go_test")
2+
3+
go_test(
4+
name = "handletest_test",
5+
timeout = "short",
6+
srcs = [
7+
"handle_test.go",
8+
"main_test.go",
9+
],
10+
flaky = True,
11+
race = "on",
12+
shard_count = 34,
13+
deps = [
14+
"//pkg/config",
15+
"//pkg/domain",
16+
"//pkg/parser/model",
17+
"//pkg/planner/cardinality",
18+
"//pkg/sessionctx/variable",
19+
"//pkg/statistics",
20+
"//pkg/statistics/handle",
21+
"//pkg/statistics/handle/util",
22+
"//pkg/testkit",
23+
"//pkg/testkit/analyzehelper",
24+
"//pkg/testkit/testsetup",
25+
"//pkg/types",
26+
"//pkg/util/collate",
27+
"//pkg/util/mock",
28+
"//pkg/util/ranger",
29+
"@com_github_pingcap_failpoint//:failpoint",
30+
"@com_github_stretchr_testify//require",
31+
"@com_github_tikv_client_go_v2//oracle",
32+
"@org_uber_go_goleak//:goleak",
33+
],
34+
)

0 commit comments

Comments
 (0)