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 in ORM tests
Previously, we enabled create_table_with_schema_locked by default in ORM
tests in anticipation of this setting becoming the default. However,
this change did not become the default in version 25.3. Additionally, we
recently discovered that TRUNCATE support was incorrectly enabled when
schema_locked is active. This combination led to failures in the ORM
tests. To resolve these issues, this patch disables
create_table_with_schema_locked when testing ORMs.
Fixes: #154438Fixes: #154431Fixes: #154422Fixes: #154420
Release note: None
0 commit comments