Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#53525
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <[email protected]>
  • Loading branch information
elsa0520 committed Nov 8, 2024
1 parent ba09647 commit 7e19095
Show file tree
Hide file tree
Showing 5 changed files with 4,479 additions and 1 deletion.
36 changes: 36 additions & 0 deletions pkg/planner/core/casetest/physicalplantest/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "physicalplantest_test",
timeout = "short",
srcs = [
"main_test.go",
"physical_plan_test.go",
],
data = glob(["testdata/**"]),
flaky = True,
race = "on",
shard_count = 33,
deps = [
"//pkg/config",
"//pkg/domain",
"//pkg/executor",
"//pkg/infoschema",
"//pkg/parser",
"//pkg/parser/ast",
"//pkg/parser/model",
"//pkg/planner",
"//pkg/planner/core",
"//pkg/planner/util/coretestsdk",
"//pkg/testkit",
"//pkg/testkit/external",
"//pkg/testkit/testdata",
"//pkg/testkit/testmain",
"//pkg/testkit/testsetup",
"//pkg/util/context",
"//pkg/util/hint",
"@com_github_pingcap_failpoint//:failpoint",
"@com_github_stretchr_testify//require",
"@org_uber_go_goleak//:goleak",
],
)
Loading

0 comments on commit 7e19095

Please sign in to comment.