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

Add unimplemented gRPC server embeds to mock servers #179

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

cretz
Copy link
Member

@cretz cretz commented Sep 13, 2024

What changed?

Mocks were generated for older gRPC versions that didn't have the requirement to embed the unimplemented server as they do now. So we make sure this properly does embed this unimplemented server there and assert we conform to the interface.

I do not believe this should be considered a 💥 backwards compat break because others embeds of this should still work.

Closes temporalio/sdk-go#1628

@cretz cretz requested review from a team as code owners September 13, 2024 17:43
@cretz cretz merged commit 14059d0 into temporalio:master Sep 13, 2024
3 checks passed
@cretz cretz deleted the workflow-service-mock-impl branch September 13, 2024 18: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.

API MockWorkflowServiceServer does not implement WorkflowServiceServer properly
2 participants