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

Fixes for Fedora Rawhide and SSL #1638

Merged
merged 3 commits into from Jun 8, 2020
Merged

Fixes for Fedora Rawhide and SSL #1638

merged 3 commits into from Jun 8, 2020

Conversation

jamadden
Copy link
Member

@jamadden jamadden commented Jun 8, 2020

  • Stop artificially catching ConnectionResetError in ssl3.SSLSocket.read; this seemed only to be a test issue.
  • psutil isn't finding all open file descriptors given certain connection states (it compares data in /proc/net/tcp to try to match up descriptors and ignores them if not present). So also include data from /proc/<pid>/fd when needed.
  • Don't try to test the linux_iouring libev backend right now.

This also reads like a list of the issues on Ubuntu Bionic (#1623), so that might also be fixed.

And tweak the way we find open connections on linux; psutil considers some things closed even when the fd is still valid.

Fixes #1637
@jamadden jamadden merged commit 35981c5 into master Jun 8, 2020
@jamadden jamadden deleted the issue1637 branch June 8, 2020 20:16
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.

None yet

1 participant