Skip to content

Commit c17d29b

Browse files
craig[bot]rafiss
andcommitted
Merge #151356
151356: sctest: decrease sampling rate for random BACKUPs r=rafiss a=rafiss We are seeing more package timeouts in this test, so to speed up the test, we will take fewer random BACKUPs. fixes #149852 fixes #149391 fixes #149539 Release note: None Co-authored-by: Rafi Shamim <[email protected]>
2 parents 0c343c6 + 7a43dfe commit c17d29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sql/schemachanger/sctest/backup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ var runAllBackups = flag.Bool(
107107
"if true, run all backups instead of a random subset",
108108
)
109109

110-
const skipRate = .5
110+
const skipRate = .6
111111

112112
func maybeRandomlySkip(t *testing.T) {
113113
if !*runAllBackups && rand.Float64() < skipRate {

0 commit comments

Comments
 (0)