Skip to content

Commit

Permalink
*: bazel upgrade shard_count
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Feb 15, 2023
1 parent 2ed4ac9 commit c9f2f24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions util/ranger/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")

go_library(
name = "ranger",
timeout = "short",
srcs = [
"checker.go",
"detacher.go",
"points.go",
"ranger.go",
"types.go",
],
flaky = True,
importpath = "github.com/pingcap/tidb/util/ranger",
shard_count = 26,
visibility = ["//visibility:public"],
deps = [
"//errno",
Expand Down Expand Up @@ -48,6 +45,7 @@ go_test(
],
data = glob(["testdata/**"]),
flaky = True,
shard_count = 26,
deps = [
":ranger",
"//config",
Expand Down

0 comments on commit c9f2f24

Please sign in to comment.