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
workload/schemachanger: temporarily skip DROP TRIGGER in RSW
In the random schemachanger workload, you can hit an infinite recursion
case when doing a cascading drop with the legacy schema changer. This
root cause of this is that DROP TRIGGER can end up orphaning a backref.
The fix for the root cause will be addressed in #147981. Until that is
fixed, this change will skip DROP TRIGGER so we avoid the infinite
recursion.
Fixes#147514
Epic: none
Release note: none
0 commit comments