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
sql/stats: prevent deadlocks in a couple of tests when failing
The deferred functions that close the channel (which can block the
server) need to be executed _before_ `Stopper.Stop` of that server.
Release note: None
0 commit comments