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

grpc: factor out setup func #7909

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

grpc: factor out setup func #7909

wants to merge 1 commit into from

Conversation

jsha
Copy link
Contributor

@jsha jsha commented Dec 20, 2024

This uses a pattern that is new to our tests. setup accepts a variadic list of options, and uses a type switch to make use of those options during setup. This allows us to pass setup only the options that are relevant to any given test case, leaving the rest to sensible defaults.

Note: this conflicts with #7908, which is fine. I'll resolve conflicts based on whichever one merges first.

This uses a pattern that is new to our tests. setup accepts a variadic list of
options, and uses a type switch to make use of those options during setup. This
allows us to pass setup only the options that are relevant to any given test
case, leaving the rest to sensible defaults.
@jsha jsha requested a review from a team as a code owner December 20, 2024 22:13
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.

1 participant