Skip to content
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

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

knz
Copy link
Contributor

@knz knz commented Aug 11, 2023

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

@knz knz requested a review from yuzefovich August 11, 2023 20:19
@knz knz requested a review from a team as a code owner August 11, 2023 20:19
@knz knz requested review from a team August 11, 2023 20:19
@knz knz requested review from a team as code owners August 11, 2023 20:19
@knz knz requested a review from a team August 11, 2023 20:19
@knz knz requested review from a team as code owners August 11, 2023 20:19
@knz knz requested review from ericharmeling, lidorcarmel and samiskin and removed request for a team August 11, 2023 20:19
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@knz knz removed request for a team and ericharmeling August 11, 2023 20:19
@knz knz removed request for lidorcarmel and samiskin August 11, 2023 20:19
Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 88 files at r1, all commit messages.
Reviewable status: :shipit: 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
Copy link
Contributor Author

@knz knz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @yuzefovich)


-- commits line 6 at r1:

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.

@knz knz force-pushed the 20230807-simplify-tc-name branch from d1b9134 to 05d3fa0 Compare August 14, 2023 17:01
@knz
Copy link
Contributor Author

knz commented Aug 14, 2023

TFYR!

bors r=yuzefovich

@craig
Copy link
Contributor

craig bot commented Aug 14, 2023

This PR was included in a batch that was canceled, it will be automatically retried

@craig
Copy link
Contributor

craig bot commented Aug 14, 2023

This PR was included in a batch that timed out, it will be automatically retried

@craig
Copy link
Contributor

craig bot commented Aug 14, 2023

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Aug 14, 2023

Build succeeded:

@craig craig bot merged commit e7571f3 into cockroachdb:master Aug 14, 2023
@knz knz deleted the 20230807-simplify-tc-name branch August 15, 2023 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants