Skip to content

Commit

Permalink
This is an automated cherry-pick of #58048
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <[email protected]>
  • Loading branch information
hawkingrei authored and ti-chi-bot committed Dec 9, 2024
1 parent 858ba74 commit ddbd6b0
Show file tree
Hide file tree
Showing 5 changed files with 2,709 additions and 0 deletions.
34 changes: 34 additions & 0 deletions pkg/statistics/handle/handletest/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "handletest_test",
timeout = "short",
srcs = [
"handle_test.go",
"main_test.go",
],
flaky = True,
race = "on",
shard_count = 34,
deps = [
"//pkg/config",
"//pkg/domain",
"//pkg/parser/model",
"//pkg/planner/cardinality",
"//pkg/sessionctx/variable",
"//pkg/statistics",
"//pkg/statistics/handle",
"//pkg/statistics/handle/util",
"//pkg/testkit",
"//pkg/testkit/analyzehelper",
"//pkg/testkit/testsetup",
"//pkg/types",
"//pkg/util/collate",
"//pkg/util/mock",
"//pkg/util/ranger",
"@com_github_pingcap_failpoint//:failpoint",
"@com_github_stretchr_testify//require",
"@com_github_tikv_client_go_v2//oracle",
"@org_uber_go_goleak//:goleak",
],
)
Loading

0 comments on commit ddbd6b0

Please sign in to comment.