Skip to content

Commit ef26e31

Browse files
committed
make bazel_prepare
1 parent b4efcf4 commit ef26e31

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pkg/infoschema/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ go_library(
4949
"//pkg/table/tables",
5050
"//pkg/types",
5151
"//pkg/util",
52+
"//pkg/util/chunk",
5253
"//pkg/util/dbterror",
5354
"//pkg/util/deadlockhistory",
5455
"//pkg/util/domainutil",
@@ -59,6 +60,7 @@ go_library(
5960
"//pkg/util/sem/compat",
6061
"//pkg/util/set",
6162
"//pkg/util/size",
63+
"//pkg/util/sqlexec",
6264
"//pkg/util/stmtsummary",
6365
"//pkg/util/tracing",
6466
"@com_github_google_btree//:btree",
@@ -96,7 +98,7 @@ go_test(
9698
],
9799
embed = [":infoschema"],
98100
flaky = True,
99-
shard_count = 34,
101+
shard_count = 40,
100102
deps = [
101103
"//pkg/ddl/placement",
102104
"//pkg/domain",
@@ -120,6 +122,7 @@ go_test(
120122
"//pkg/util/logutil",
121123
"//pkg/util/set",
122124
"//pkg/util/size",
125+
"@com_github_ngaut_pools//:pools",
123126
"@com_github_pingcap_errors//:errors",
124127
"@com_github_pingcap_kvproto//pkg/metapb",
125128
"@com_github_prometheus_prometheus//promql/parser",

0 commit comments

Comments
 (0)