We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa06b39 + 6deb968 commit 1e342adCopy full SHA for 1e342ad
pkg/cmd/roachtest/tests/cdc.go
@@ -3156,8 +3156,6 @@ CONFIGURE ZONE USING
3156
// Disable span-level checkpointing since it's not necessary
3157
// when frontier persistence is on.
3158
"changefeed.span_checkpoint.interval": "'0'",
3159
- // Disable per-table PTS to avoid impact on results.
3160
- "changefeed.protect_timestamp.per_table.enabled": "false",
3161
} {
3162
stmt := fmt.Sprintf(`SET CLUSTER SETTING %s = %s`, name, value)
3163
if _, err := db.ExecContext(ctx, stmt); err != nil {
0 commit comments