You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
roachtest: disable create_table_with_schema_locked for ORM tests
Previously, create_table_with_schema_locked was implicitly disabled in
the ORM tests by unsetting it. Unfortunately, the CI environment uses
builds with assertions enabled, which enables this setting by default.
To address this, this patch explicitly disables
create_table_with_schema_locked for ORM tests.
Fixes: #154626
Release note: None
0 commit comments