forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
111301: workload/schemachange: implement `ALTER DATABASE ... ADD/DROP SUPER REGION` r=rafiss a=chrisseto #### ce49b52 workload/schemachange: implement `ALTER DATABASE ... ADD/DROP SUPER REGION` This commit adds support for generating `ADD and DROP SUPER REGION` related DDL operations to the schemachange workload. By default these operations are disabled as they discovered an underlying bug. See cockroachdb#111299. Epic: CRDB-19168 Informs: cockroachdb#59595 Release note: None 114534: mixedversion: use datadriven framework in planner tests r=srosenberg a=renatolabs This PR rewrites some of the test planner tests to use the `datadriven` framework when asserting on test plans based on their pretty-printed format. This makes it much easier for us to update the expected test plan when a change that is known to change the test plan is made. It also changes the probability of performing a rollback on the upgrade to the current version from `1.0` to `0.9`. Co-authored-by: Chris Seto <[email protected]> Co-authored-by: Renato Costa <[email protected]>
- Loading branch information
Showing
13 changed files
with
571 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.