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 regression test for socket connect function #370

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

eborden
Copy link
Collaborator

@eborden eborden commented Jan 21, 2019

A recent regression occurred where errors were not being thrown from
connect. This is easily avoidable with two simple tests to check
success and error.

Related to: #368

@eborden eborden self-assigned this Jan 21, 2019
@eborden eborden requested a review from kazu-yamamoto January 21, 2019 18:58
@eborden eborden force-pushed the eborden/add-test-for-connect branch from ff369ac to 1c739a7 Compare January 21, 2019 19:08
A recent regression occurred where errors were not being thrown from
`connect`. This is easily avoidable with two simple tests to check
success and error.
@eborden eborden force-pushed the eborden/add-test-for-connect branch from a0b6c08 to 5944f0d Compare January 21, 2019 19:33
Copy link
Collaborator

@kazu-yamamoto kazu-yamamoto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice idea!

@eborden eborden merged commit afebb25 into master Jan 21, 2019
@eborden eborden deleted the eborden/add-test-for-connect branch January 21, 2019 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants