Skip to content

Commit 8086823

Browse files
craig[bot]yuzefovich
andcommitted
Merge #147556
147556: randgen: increase pool size for "heavy" configs r=mgartner a=yuzefovich We just saw an engflow failure that looks like an OOM under race config, so let's bump the size. Fixes: #147255. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
2 parents 526db21 + 4aa8094 commit 8086823

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/sql/randgen/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ go_test(
7171
"types_test.go",
7272
],
7373
embed = [":randgen"],
74+
exec_properties = select({
75+
"//build/toolchains:is_heavy": {"test.Pool": "large"},
76+
"//conditions:default": {"test.Pool": "default"},
77+
}),
7478
deps = [
7579
"//pkg/base",
7680
"//pkg/ccl",

0 commit comments

Comments
 (0)