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

Merged
merged 4 commits into from
Jan 20, 2025
Merged

grpc: factor out setup func #7909

merged 4 commits into from
Jan 20, 2025

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
grpc/interceptors_test.go Outdated Show resolved Hide resolved
grpc/interceptors_test.go Outdated Show resolved Hide resolved
grpc/interceptors_test.go Outdated Show resolved Hide resolved
@beautifulentropy beautifulentropy self-requested a review January 20, 2025 17:19
@beautifulentropy beautifulentropy merged commit 6000103 into main Jan 20, 2025
12 checks passed
@beautifulentropy beautifulentropy deleted the grpc-setup branch January 20, 2025 17:31
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