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

*: update bazel config #41127

Merged
merged 14 commits into from
Feb 8, 2023
2 changes: 1 addition & 1 deletion br/pkg/storage/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ go_library(

go_test(
name = "storage_test",
timeout = "short",
timeout = "moderate",
srcs = [
"azblob_test.go",
"compress_test.go",
Expand Down
2 changes: 1 addition & 1 deletion ddl/failtest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "failtest_test",
timeout = "short",
timeout = "moderate",
srcs = [
"fail_db_test.go",
"main_test.go",
Expand Down
4 changes: 2 additions & 2 deletions executor/aggfuncs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ go_library(

go_test(
name = "aggfuncs_test",
timeout = "short",
timeout = "moderate",
srcs = [
"aggfunc_test.go",
"export_test.go",
Expand Down Expand Up @@ -89,7 +89,7 @@ go_test(
embed = [":aggfuncs"],
flaky = True,
race = "on",
shard_count = 20,
shard_count = 25,
deps = [
"//expression",
"//expression/aggregation",
Expand Down
2 changes: 1 addition & 1 deletion executor/oomtest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "oomtest_test",
timeout = "short",
timeout = "moderate",
srcs = ["oom_test.go"],
flaky = True,
race = "on",
Expand Down
2 changes: 1 addition & 1 deletion planner/core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ go_library(

go_test(
name = "core_test",
timeout = "short",
timeout = "moderate",
srcs = [
"binary_plan_test.go",
"cbo_test.go",
Expand Down
2 changes: 1 addition & 1 deletion sessiontxn/isolation/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ go_library(

go_test(
name = "isolation_test",
timeout = "short",
timeout = "moderate",
srcs = [
"main_test.go",
"optimistic_test.go",
Expand Down