Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#48412
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
crazycs520 authored and ti-chi-bot committed Nov 9, 2023
1 parent 8b2e9f9 commit f4fc161
Show file tree
Hide file tree
Showing 6 changed files with 774 additions and 5 deletions.
24 changes: 24 additions & 0 deletions pkg/server/internal/testserverclient/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
name = "testserverclient",
srcs = ["server_client.go"],
importpath = "github.com/pingcap/tidb/pkg/server/internal/testserverclient",
visibility = ["//pkg/server:__subpackages__"],
deps = [
"//pkg/config",
"//pkg/errno",
"//pkg/kv",
"//pkg/parser/mysql",
"//pkg/server",
"//pkg/testkit",
"//pkg/testkit/testenv",
"//pkg/util/versioninfo",
"@com_github_go_sql_driver_mysql//:mysql",
"@com_github_pingcap_errors//:errors",
"@com_github_pingcap_failpoint//:failpoint",
"@com_github_pingcap_log//:log",
"@com_github_stretchr_testify//require",
"@org_uber_go_zap//:zap",
],
)
Loading

0 comments on commit f4fc161

Please sign in to comment.