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

Refix test_shutdown_pipe #59

Merged
merged 1 commit into from
Sep 25, 2020
Merged

Conversation

wishdev
Copy link
Contributor

@wishdev wishdev commented Sep 25, 2020

As mentioned in #44 and #54 - there continues to be issues with regards to the server startup with regards to this test. WEBrick::GenericServer#stop swallows an IOError internally - so the fix here is to swallow the error during the test and to retry.

As mentioned in ruby#44 and ruby#54 - there continues to be issues with regards
to the server startup with regards to this test. WEBrick::GenericServer#stop
swallows an IOError internally - so the fix here is to swallow the error
during the test and to retry.
@jeremyevans
Copy link
Contributor

Thanks for the patch! This looks good to me. I'm going to merge this. We may have to backout the feature as depending on how @akr feels about it (see #44 (comment)), but as long as we have the feature, this is an improvement.

@jeremyevans jeremyevans merged commit 863bc08 into ruby:master Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants