Skip to content

Commit b849551

Browse files
craig[bot]DrewKimball
andcommitted
Merge #155340
155340: sql/hints: bump test pool size r=DrewKimball a=DrewKimball The `TestHintCacheMultiNode` test has been OOM'ing test runners under race. Fixes #155310 Release note: None Co-authored-by: Drew Kimball <[email protected]>
2 parents a2a9900 + cb8f178 commit b849551

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/sql/hints/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,15 @@ proto_library(
6262

6363
go_test(
6464
name = "hints_test",
65+
size = "medium",
6566
srcs = [
6667
"hint_cache_test.go",
6768
"main_test.go",
6869
],
70+
exec_properties = select({
71+
"//build/toolchains:is_heavy": {"test.Pool": "large"},
72+
"//conditions:default": {"test.Pool": "default"},
73+
}),
6974
deps = [
7075
":hints",
7176
"//pkg/base",

0 commit comments

Comments
 (0)