Skip to content

Commit

Permalink
Merge pull request #80419 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.1.0-80399

release-22.1.0: roachtest: configure ORM tests to use SCRAM
  • Loading branch information
rafiss authored Apr 23, 2022
2 parents 03ff006 + 59f9b5e commit 4fdfeca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/roachtest/tests/orm_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ func alterZoneConfigAndClusterSettings(
`SET CLUSTER SETTING sql.stats.automatic_collection.enabled = false;`,
`SET CLUSTER SETTING kv.range_split.by_load_merge_delay = '5s';`,

// Test with SCRAM password authentication.
`SET CLUSTER SETTING server.user_login.password_encryption = 'scram-sha-256';`,

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

0 comments on commit 4fdfeca

Please sign in to comment.