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

Work around openssl Connection(Reset|Aborted)Error on Windows #1298

Merged
merged 1 commit into from Nov 9, 2019

Conversation

njsmith
Copy link
Member

@njsmith njsmith commented Nov 9, 2019

Fixes gh-1293, I hope.

@njsmith
Copy link
Member Author

njsmith commented Nov 9, 2019

(This intermittent failure broke our last ~5 builds so fixing it has become pretty urgent)

@codecov
Copy link

codecov bot commented Nov 9, 2019

Codecov Report

Merging #1298 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1298   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files         105      105           
  Lines       12945    12945           
  Branches      997      997           
=======================================
  Hits        12905    12905           
  Misses         23       23           
  Partials       17       17
Impacted Files Coverage Δ
trio/tests/test_ssl.py 100% <ø> (ø) ⬆️

@pquentin
Copy link
Member

pquentin commented Nov 9, 2019

Thanks! Is there an OpenSSL issue for this bug?

@pquentin pquentin merged commit e954957 into python-trio:master Nov 9, 2019
@njsmith
Copy link
Member Author

njsmith commented Nov 9, 2019

There are two of them; it's another manifestation of the whole saga linked from #819

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.

Intermittent ConnectionResetError in SSL tests on Windows, probably due to openssl 1.1.1 bug
2 participants