Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#46419
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
AilinKid authored and ti-chi-bot committed Sep 20, 2023
1 parent 29d797b commit 9c861b5
Show file tree
Hide file tree
Showing 3 changed files with 2,138 additions and 0 deletions.
42 changes: 42 additions & 0 deletions expression/integration_test/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "integration_test_test",
timeout = "short",
srcs = [
"integration_test.go",
"main_test.go",
],
flaky = True,
shard_count = 27,
deps = [
"//config",
"//domain",
"//errno",
"//expression",
"//kv",
"//parser/auth",
"//parser/model",
"//parser/mysql",
"//parser/terror",
"//planner/core",
"//session",
"//sessionctx/variable",
"//table",
"//tablecodec",
"//testkit",
"//testkit/testmain",
"//testkit/testsetup",
"//types",
"//util/codec",
"//util/collate",
"//util/sem",
"//util/timeutil",
"//util/versioninfo",
"@com_github_pingcap_errors//:errors",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
"@com_github_tikv_client_go_v2//tikv",
"@org_uber_go_goleak//:goleak",
],
)
Loading

0 comments on commit 9c861b5

Please sign in to comment.