Skip to content

Commit 43e581f

Browse files
committed
sql/schemachangerccl: deflake multi-region backup tests
Increase the CPU cost per test so that fewer multi-region schema changer backup / restore tests run concurrently. This should reduce some flakes. Fixes: #148192 Release note: None
1 parent 4fa3974 commit 43e581f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ccl/schemachangerccl/sctestbackupccl/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ go_test(
1515
],
1616
exec_properties = {"test.Pool": "heavy"},
1717
shard_count = 48,
18-
tags = ["cpu:3"],
18+
tags = ["cpu:4"],
1919
deps = [
2020
"//pkg/ccl",
2121
"//pkg/ccl/schemachangerccl",

0 commit comments

Comments
 (0)