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

execinfrapb: move MockDistSQLServer to flowinfra #130111

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

dt
Copy link
Member

@dt dt commented Sep 4, 2024

pb packages are intended to be leaf packages with few or no dependencies. The mock server in the test utils was pulling in dependencies on packages that encode business logic, including logic that wants to depend on pb packages such as pkg/rpc's auth logic that depends on request types.

Release note: none.
Epic: none.

pb packages are intended to be leaf packages with few or no dependencies.
The mock server in the test utils was pulling in dependencies on packages
that encode business logic, including logic that wants to depend on pb
packages such as pkg/rpc's auth logic that depends on request types.

Release note: none.
Epic: none.
@dt dt requested review from mgartner and michae2 September 4, 2024 20:47
@dt dt requested a review from a team as a code owner September 4, 2024 20:47
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@mgartner mgartner left a comment

Choose a reason for hiding this comment

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

Thanks for cleaning this up!
:lgtm:

Reviewed 8 of 8 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @michae2)

@dt
Copy link
Member Author

dt commented Sep 4, 2024

TFTR!

bors r+

@craig craig bot merged commit 77606cb into cockroachdb:master Sep 4, 2024
23 checks passed
@dt dt deleted the flowinfra-mock branch September 25, 2024 20:35
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