Skip to content

Commit

Permalink
Revert "sqlsmith: skip crdb_internal.reset_multi_region_zone_configs_…
Browse files Browse the repository at this point in the history
…for_database"

This reverts commit c1a959a.
That commit was unnecessary because
crdb_internal.reset_multi_region_zone_configs_for_database already
existed in the list of functions to skip.

Release note: None
  • Loading branch information
rytaft committed Apr 19, 2022
1 parent 9246ff5 commit 624882e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/internal/sqlsmith/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ 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.reset_multi_region_zone_configs_for_database",
} {
skip = skip || strings.Contains(def.Name, substr)
}
Expand Down

0 comments on commit 624882e

Please sign in to comment.