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

Fix connectivity tests under Windows #3647

Merged
merged 6 commits into from
Oct 7, 2015
Merged

Conversation

ctiller
Copy link
Member

@ctiller ctiller commented Oct 6, 2015

The ultimate problem is addressed in faf8f68: Servers were not proactively closing incoming connections received after shutdown, leaving clients hanging.

Along the way, I noticed that pick_first ends up leaving all the subchannels open, even though it'll only use one after selection... and so that got fixed.

Fixes #3624

@ctiller
Copy link
Member Author

ctiller commented Oct 7, 2015

Pinging on the code review: would it be useful to assign it elsewhere?

nicolasnoble added a commit that referenced this pull request Oct 7, 2015
Fix connectivity tests under Windows
@nicolasnoble nicolasnoble merged commit 7329b94 into grpc:master Oct 7, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Jan 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Channel connectivity test is flaky on Windows
3 participants