Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: bazel upgrade shard_count #41417

Merged
merged 4 commits into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
Defined2014 marked this conversation as resolved.
Show resolved Hide resolved
deps = [
":ranger",
"//config",
Expand Down