Skip to content

Commit 0427fa9

Browse files
committed
backupsink: increase test size to large
The test allocates a relatively large buffers and we have seen periodic ooms as a result. Release note: None Informs: #145892 Informs: #150623 Informs: #151665 Informs: #151032
1 parent 50fb4c1 commit 0427fa9

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
@@ -32,6 +32,7 @@ go_library(
3232

3333
go_test(
3434
name = "backupsink_test",
35+
size = "large",
3536
srcs = [
3637
"file_sst_sink_test.go",
3738
"sst_sink_key_writer_test.go",

0 commit comments

Comments
 (0)