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 schema locked for follower-reads
Previously, this test used ALTER TABLE .. SET LOCALITY which is not
supported without manually unsetting schema_locked. To address this,
this patch disables schema_locked for new tables within this test.
Fixes: #148996Fixes: #149018Fixes: #149015Fixes: #149013Fixes: #148997Fixes: #149047Fixes: #149045Fixes: #149017Fixes: #149014Fixes: #149019Fixes: #149016Fixes: #149012
Release note: None
0 commit comments