Skip to content

Commit bd82415

Browse files
committed
sqlccl: bump engflow worker size
We just saw a failure that looks like an OOM, so let's bump the worker size. Release note: None
1 parent 162e51b commit bd82415

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/ccl/testccl/sqlccl/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ go_test(
1919
data = [
2020
"//c-deps:libgeos", # keep
2121
],
22+
exec_properties = select({
23+
"//conditions:default": {"test.Pool": "large"},
24+
}),
2225
shard_count = 16,
2326
deps = [
2427
"//pkg/base",

0 commit comments

Comments
 (0)