Skip to content

Commit

Permalink
roachtest/test: fix ORM testing due to removed cluster setting
Browse files Browse the repository at this point in the history
`sql.catalog.unsafe_skip_system_config_trigger.enabled` got removed
recently and was part of an alpha. Let's clean it up in ORMs too.

Release note: None
  • Loading branch information
otan committed Feb 16, 2022
1 parent 512320f commit e87a3ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/roachtest/tests/orm_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func alterZoneConfigAndClusterSettings(
`SET CLUSTER SETTING jobs.retention_time = '15s';`,
`SET CLUSTER SETTING sql.stats.automatic_collection.enabled = false;`,
`SET CLUSTER SETTING kv.range_split.by_load_merge_delay = '5s';`,
`SET CLUSTER SETTING sql.catalog.unsafe_skip_system_config_trigger.enabled = true;`,

// Enable experimental features.
`SET CLUSTER SETTING sql.defaults.experimental_temporary_tables.enabled = 'true';`,
Expand Down

0 comments on commit e87a3ce

Please sign in to comment.