Skip to content

Commit

Permalink
*: update bazel config (#41127)
Browse files Browse the repository at this point in the history
close #41160
  • Loading branch information
hawkingrei authored Feb 8, 2023
1 parent 2aad388 commit 8617738
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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

0 comments on commit 8617738

Please sign in to comment.