-
Notifications
You must be signed in to change notification settings - Fork 4.1k
partitionccl: add declarative version of backfill + zone config tests #136846
Copy link
Copy link
Closed
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)v25.2.0-prerelease
Description
We have some unit tests that run from AlterPrimaryKeyCorrectZoneConfigTest that are centered around how the legacy schema changer does things. One example of this is expecting the existence of a temporary index with the following suffix:
cockroach/pkg/sql/alter_primary_key.go
Line 491 in 9f61a38
| basename := newIndex.Name + "_rewrite_for_primary_key_change" |
ALTER PRIMARY KEY
| skip.WithIssue(t, 136846) |
Jira issue: CRDB-45270
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)v25.2.0-prerelease