Skip to content

Commit f488371

Browse files
committed
backup: increase pool size for backup sink tests
A test failure was discovered that was likely caused by an OOM. This commit increases the pool size for the test. Epic: CRDB-51482 Fixes: #148630
1 parent 79e136a commit f488371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/backup/backupsink/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ go_test(
3737
"sst_sink_key_writer_test.go",
3838
],
3939
embed = [":backupsink"],
40+
exec_properties = {"test.Pool": "large"},
4041
deps = [
4142
"//pkg/backup/backuppb",
4243
"//pkg/ccl/storageccl",

0 commit comments

Comments
 (0)