Skip to content

Commit 62f748d

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 11bda2c commit 62f748d

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
@@ -18,6 +18,9 @@ go_test(
1818
data = [
1919
"//c-deps:libgeos", # keep
2020
],
21+
exec_properties = select({
22+
"//conditions:default": {"test.Pool": "large"},
23+
}),
2124
shard_count = 16,
2225
deps = [
2326
"//pkg/base",

0 commit comments

Comments
 (0)