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

Resolve #776. #777

Merged
merged 1 commit into from Apr 21, 2020
Merged

Resolve #776. #777

merged 1 commit into from Apr 21, 2020

Conversation

fbacchella
Copy link
Contributor

If a socket failed during close, it's not removed from ZContext, even
if it should.

@daveyarwood
Copy link
Contributor

Looks like there is a checkstyle violation:

[ERROR] src/main/java/org/zeromq/ZContext.java:[167,9] (blocks) RightCurly: '}' at column 9 should be alone on a line.

@daveyarwood daveyarwood linked an issue Apr 20, 2020 that may be closed by this pull request
If a socket failed during close, it's not removed from ZContext, even
if it should.
@coveralls
Copy link

coveralls commented Apr 21, 2020

Coverage Status

Coverage decreased (-0.008%) to 85.346% when pulling 52d3a86 on fbacchella:issue776 into 562660d on zeromq:master.

@fbacchella
Copy link
Contributor Author

fbacchella commented Apr 21, 2020

The build succeed on my local machin. I'm not sure current failures are coming from this pull request.

@fredoboulo
Copy link
Contributor

It seems to be unrelated, CircleCI was always failing for me. And there is one failing build out of 7 in Travis, where a totally unrelated test was stuck

@daveyarwood
Copy link
Contributor

Agreed - this seems to just be a flaky test.

@daveyarwood daveyarwood merged commit b99d1e5 into zeromq:master Apr 21, 2020
@fbacchella fbacchella deleted the issue776 branch April 21, 2020 14:39
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.

ZContext.destroySocket might forget socket
4 participants