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.
123568: workload/schemachange: add routine input DEFAULT expressions r=fqazi a=fqazi Previously, the randomized schema changer workload would generate functions with no default parameters and only use enum types for input parameters. This limited what was tested by this workload. To address this, this patch will generate functions with default values and non-enum type parameters. Additionally, function invocations will now use non-null values for input parameters. Fixes: cockroachdb#121718 Release note: None Co-authored-by: Faizan Qazi <[email protected]>
- Loading branch information
Showing
1 changed file
with
93 additions
and
9 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