Skip to content

Commit

Permalink
*: improve bazel config (#41430)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Feb 15, 2023
1 parent c6bd86c commit eeedac0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions planner/cascades/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ go_test(
data = glob(["testdata/**"]),
embed = [":cascades"],
flaky = True,
shard_count = 5,
deps = [
"//domain",
"//expression",
Expand Down
1 change: 1 addition & 0 deletions planner/funcdep/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ go_test(
],
embed = [":funcdep"],
flaky = True,
shard_count = 4,
deps = [
"//domain",
"//infoschema",
Expand Down
1 change: 1 addition & 0 deletions store/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ go_test(
],
embed = [":store"],
flaky = True,
shard_count = 23,
deps = [
"//domain",
"//kv",
Expand Down
1 change: 1 addition & 0 deletions types/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ go_test(
],
embed = [":types"],
flaky = True,
shard_count = 50,
deps = [
"//parser/charset",
"//parser/mysql",
Expand Down

0 comments on commit eeedac0

Please sign in to comment.