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
serverutils: remove ad-hoc code from StartNewTestCluster
This function is a convenience alias for NewTestCluster+Start.
This should not contain custom logic specific to certain tests.
Any custom logic should be conditional on testing knobs and put
inside `(*testcluster.TestCluster).Start()` instead.
(The code removed here was mistakenly added in the wrong place in 70f85cd).
Release note: None
0 commit comments