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
143538: sql: fix drop cascade for nested procedures in legacy schema changer r=rafiss a=rafiss
fixes#143282
Release note (bug fix): Fixed a bug that could cause a function reference to be left behind if a procedure referred to another procedure that depends on a a table, and that table is dropped with CASCADE.
143574: kvserver: skip TestTxnReadWithinUncertaintyIntervalAfterRangeMerge under duress r=tbg a=miraradeva
This test has always been flaky under deadlock since its introduction. Due to its complexity, we are not going to spend time on improving it now.
Informs: #143563
Release note: None
143590: logictest: deflake zone_config_system_tenant r=rafiss a=rafiss
This assertion was accidentally rewritten in 24ef7d5. Add it back, and add an additional assertion to prevent further accidental rewrites.
fixes#143493
Release note: None
Co-authored-by: Rafi Shamim <[email protected]>
Co-authored-by: Mira Radeva <[email protected]>
0 commit comments