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

Handle write errors in ServerDeathTest #338

Merged
merged 1 commit into from
Apr 18, 2022
Merged

Conversation

CodingCanuck
Copy link
Contributor

We think this fixes #274 which we think is caused by the client
attempting to write a request after the server has already exited.

This commit ensures that call.Finish() is called whether or not the
client's write succeeds.

We think this fixes #274 which we think is caused by the client
attempting to write a request after the server has already exited.

This commit ensures that `call.Finish()` is called whether or not the
client's write succeeds.
@aviator-app
Copy link

aviator-app bot commented Apr 18, 2022

Waiting for approval before queuing

@aviator-app
Copy link

aviator-app bot commented Apr 18, 2022

MergeQueue status

MergeQueue will automatically update this comment as the status of the PR changes.

This PR was merged using MergeQueue.

@aviator-app
Copy link

aviator-app bot commented Apr 18, 2022

Branch up-to-date, waiting for checks.

@aviator-app aviator-app bot merged commit 04ff7d4 into main Apr 18, 2022
@aviator-app aviator-app bot deleted the alexmc.death-finally branch April 18, 2022 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EventualsGrpcTest.ServerDeathTest is flaky
2 participants