Skip to content

Commit

Permalink
*: bazel upgrade shard_count (pingcap#41417)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored and ghazalfamilyusa committed Feb 15, 2023
1 parent d9dc46c commit 652641d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/lightning/backend/local/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ go_test(
],
embed = [":local"],
flaky = True,
shard_count = 40,
shard_count = 45,
deps = [
"//br/pkg/errors",
"//br/pkg/lightning/backend",
Expand Down
1 change: 1 addition & 0 deletions ddl/metadatalocktest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ go_test(
"mdl_test.go",
],
flaky = True,
shard_count = 30,
deps = [
"//config",
"//ddl",
Expand Down
1 change: 1 addition & 0 deletions parser/types/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ go_test(
],
embed = [":types"],
flaky = True,
shard_count = 50,
deps = [
"//parser",
"//parser/ast",
Expand Down
1 change: 1 addition & 0 deletions util/ranger/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ go_test(
],
data = glob(["testdata/**"]),
flaky = True,
shard_count = 26,
deps = [
":ranger",
"//config",
Expand Down

0 comments on commit 652641d

Please sign in to comment.