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/schemachanger: extend TestServer factory for shared servers
Previously, we only supported running a closure against a TestServer in
the schema changer testing framework. This was problematic for tests
that could save time by sharing servers (for example BACKUP / RESTORE).
To address this, this patch introduces a Start method for starting up a
server.
Release note: None
0 commit comments