-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: rename StartNewTestCluster
to StartCluster
#108636
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 88 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @knz)
-- commits
line 6 at r1:
nit: s/searc/search/
.
pkg/testutils/testcluster/testcluster.go
line 570 at r1 (raw file):
serverArgs.NoAutoInitializeCluster = true } // Check args even though they might have been checked in New/Start;
nit: I think something is off here.
This follows for symmetry with `StartServer`. This is a simple search-replace substitution: `serverutils.StartNewTestCluster` -> `serverutils.StartCluster` Release note: None
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @yuzefovich)
Previously, yuzefovich (Yahor Yuzefovich) wrote…
nit:
s/searc/search/
.
Fixed.
pkg/testutils/testcluster/testcluster.go
line 570 at r1 (raw file):
Previously, yuzefovich (Yahor Yuzefovich) wrote…
nit: I think something is off here.
Clarified.
d1b9134
to
05d3fa0
Compare
TFYR! bors r=yuzefovich |
This PR was included in a batch that was canceled, it will be automatically retried |
This PR was included in a batch that timed out, it will be automatically retried |
Build failed (retrying...): |
Build succeeded: |
Part of #107986.
Epic: CRDB-18499
This follows for symmetry with
StartServer
.This is a simple searc-replace substitution:
serverutils.StartNewTestCluster
->serverutils.StartCluster
Release note: None