From 438361fa9c86ae7fa6d8381c60f81cfa7670161b Mon Sep 17 00:00:00 2001 From: hillium Date: Fri, 27 Oct 2023 17:07:23 +0800 Subject: [PATCH] make bazel_prepare Signed-off-by: hillium --- br/pkg/task/BUILD.bazel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/br/pkg/task/BUILD.bazel b/br/pkg/task/BUILD.bazel index 2013b2f3997bf..cac5b33d9d0bc 100644 --- a/br/pkg/task/BUILD.bazel +++ b/br/pkg/task/BUILD.bazel @@ -99,7 +99,7 @@ go_test( ], embed = [":task"], flaky = True, - shard_count = 18, + shard_count = 21, deps = [ "//br/pkg/conn", "//br/pkg/errors", @@ -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",