Skip to content

Commit

Permalink
Merge #82666
Browse files Browse the repository at this point in the history
82666: sqlsmith: skip three builtins r=yuzefovich a=yuzefovich

This commit skips using three builtins with
`crdb_internal.revalidate_unique_constraint` prefix.

Fixes: #82655.

Release note: None

Co-authored-by: Yahor Yuzefovich <[email protected]>
  • Loading branch information
craig[bot] and yuzefovich committed Jun 9, 2022
2 parents 87841f7 + c32646c commit 4d5966e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/internal/sqlsmith/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ var functions = func() map[tree.FunctionClass]map[oid.Oid][]function {
"crdb_internal.start_replication_stream",
"crdb_internal.replication_stream_progress",
"crdb_internal.complete_replication_stream",
"crdb_internal.revalidate_unique_constraint",
} {
skip = skip || strings.Contains(def.Name, substr)
}
Expand Down

0 comments on commit 4d5966e

Please sign in to comment.