Skip to content

Commit 6deb968

Browse files
committed
roachtest: remove per-table PTS setting from frontier persistence tests
The per-table PTS setting was removed in an earlier commit but `cdc/frontier-persistence-benchmark/*` was not updated to reflect this. Release note: None
1 parent 2333db1 commit 6deb968

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/cmd/roachtest/tests/cdc.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3156,8 +3156,6 @@ CONFIGURE ZONE USING
31563156
// Disable span-level checkpointing since it's not necessary
31573157
// when frontier persistence is on.
31583158
"changefeed.span_checkpoint.interval": "'0'",
3159-
// Disable per-table PTS to avoid impact on results.
3160-
"changefeed.protect_timestamp.per_table.enabled": "false",
31613159
} {
31623160
stmt := fmt.Sprintf(`SET CLUSTER SETTING %s = %s`, name, value)
31633161
if _, err := db.ExecContext(ctx, stmt); err != nil {

0 commit comments

Comments
 (0)