Skip to content

Commit 3b62960

Browse files
authored
Merge pull request #154731 from fqazi/fixCreateTableWithLockedForORM
release-25.3: roachtest: disable create_table_with_schema_locked for ORM tests
2 parents 08e0fd4 + 418d095 commit 3b62960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/roachtest/tests/orm_helpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ func alterZoneConfigAndClusterSettings(
7777
`ALTER ROLE ALL SET statement_timeout = '60s'`,
7878
`ALTER ROLE ALL SET default_transaction_isolation = 'read committed'`,
7979
`ALTER ROLE ALL SET autocommit_before_ddl = 'true'`,
80+
`ALTER ROLE ALL SET create_table_with_schema_locked = 'false'`,
8081
} {
8182
if _, err := db.ExecContext(ctx, cmd); err != nil {
8283
return err

0 commit comments

Comments
 (0)