Skip to content

Commit 1e342ad

Browse files
authored
Merge pull request #154832 from andyyang890/20251004-delete-missing-setting
release 25.4: roachtest: remove per-table PTS setting from frontier persistence tests
2 parents fa06b39 + 6deb968 commit 1e342ad

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)