Skip to content

Commit

Permalink
make bazel_prepare
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <yujuncen@pingcap.com>
  • Loading branch information
YuJuncen committed Oct 31, 2023
1 parent 1f1f33e commit 438361f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion br/pkg/task/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ go_test(
],
embed = [":task"],
flaky = True,
shard_count = 18,
shard_count = 21,
deps = [
"//br/pkg/conn",
"//br/pkg/errors",
Expand All @@ -112,6 +112,7 @@ go_test(
"//pkg/parser/model",
"//pkg/statistics/handle/util",
"//pkg/tablecodec",
"//pkg/util/table-filter",
"@com_github_golang_protobuf//proto",
"@com_github_pingcap_errors//:errors",
"@com_github_pingcap_kvproto//pkg/brpb",
Expand Down

0 comments on commit 438361f

Please sign in to comment.