Skip to content

Commit 0bbc9fd

Browse files
committed
xform: increase pool size for "heavy" configs
We just saw an engflow failure that looks like an OOM under deadlock config, so let's bump the size. Release note: None
1 parent 19c51dc commit 0bbc9fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/sql/opt/xform/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ go_test(
8080
"//pkg/sql/opt/testutils/opttester:testfixtures",
8181
],
8282
embed = [":xform"],
83+
exec_properties = select({
84+
"//build/toolchains:is_heavy": {"test.Pool": "large"},
85+
"//conditions:default": {"test.Pool": "default"},
86+
}),
8387
deps = [
8488
"//pkg/config/zonepb",
8589
"//pkg/roachpb",

0 commit comments

Comments
 (0)