Skip to content

Commit 807374e

Browse files
committed
backup: fix outdated pausepoint in compaction test
Fixes: #144110 Release note: None
1 parent cf3fcec commit 807374e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/backup/compaction_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ ARRAY['nodelocal://1/backup/%d'], '%s', ''::BYTES, %d::DECIMAL, %d::DECIMAL
282282
var jobID jobspb.JobID
283283
pause := rand.Intn(2) == 0
284284
if pause {
285-
db.Exec(t, "SET CLUSTER SETTING jobs.debug.pausepoints = 'backup.after.details_has_checkpoint'")
285+
db.Exec(t, "SET CLUSTER SETTING jobs.debug.pausepoints = 'backup_compaction.after.details_has_checkpoint'")
286286
}
287287
db.QueryRow(
288288
t,

0 commit comments

Comments
 (0)