Skip to content

Commit 4e10fec

Browse files
crazycs520ti-chi-bot
authored andcommitted
This is an automated cherry-pick of pingcap#48412
Signed-off-by: ti-chi-bot <[email protected]>
1 parent 52c6053 commit 4e10fec

File tree

6 files changed

+773
-5
lines changed

6 files changed

+773
-5
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
load("@io_bazel_rules_go//go:def.bzl", "go_library")
2+
3+
go_library(
4+
name = "testserverclient",
5+
srcs = ["server_client.go"],
6+
importpath = "github.com/pingcap/tidb/pkg/server/internal/testserverclient",
7+
visibility = ["//pkg/server:__subpackages__"],
8+
deps = [
9+
"//pkg/config",
10+
"//pkg/errno",
11+
"//pkg/kv",
12+
"//pkg/parser/mysql",
13+
"//pkg/server",
14+
"//pkg/testkit",
15+
"//pkg/testkit/testenv",
16+
"//pkg/util/versioninfo",
17+
"@com_github_go_sql_driver_mysql//:mysql",
18+
"@com_github_pingcap_errors//:errors",
19+
"@com_github_pingcap_failpoint//:failpoint",
20+
"@com_github_pingcap_log//:log",
21+
"@com_github_stretchr_testify//require",
22+
"@org_uber_go_zap//:zap",
23+
],
24+
)

0 commit comments

Comments
 (0)