Skip to content

Commit

Permalink
make bazel_prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao committed Dec 27, 2022
1 parent c0f2c19 commit c284d6c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ddl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ go_test(
flaky = True,
shard_count = 50,
deps = [
"//autoid_service",
"//config",
"//ddl/ingest",
"//ddl/placement",
Expand Down
1 change: 1 addition & 0 deletions executor/autoidtest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ go_test(
flaky = True,
race = "on",
deps = [
"//autoid_service",
"//config",
"//ddl/testutil",
"//meta/autoid",
Expand Down
1 change: 1 addition & 0 deletions executor/issuetest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ go_test(
flaky = True,
shard_count = 50,
deps = [
"//autoid_service",
"//config",
"//kv",
"//meta/autoid",
Expand Down
1 change: 1 addition & 0 deletions executor/showtest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ go_test(
race = "on",
shard_count = 45,
deps = [
"//autoid_service",
"//config",
"//executor",
"//infoschema",
Expand Down
1 change: 1 addition & 0 deletions session/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ go_test(
race = "on",
shard_count = 50,
deps = [
"//autoid_service",
"//bindinfo",
"//config",
"//ddl",
Expand Down
1 change: 1 addition & 0 deletions sessionctx/binloginfo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ go_test(
embed = [":binloginfo"],
flaky = True,
deps = [
"//autoid_service",
"//ddl",
"//domain",
"//kv",
Expand Down
1 change: 1 addition & 0 deletions telemetry/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ go_test(
embed = [":telemetry"],
flaky = True,
deps = [
"//autoid_service",
"//config",
"//ddl",
"//domain",
Expand Down

0 comments on commit c284d6c

Please sign in to comment.