File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments