Skip to content

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

Merged
pquentin merged 1 commit into
python-trio:masterfrom
njsmith:workaround-1293
Nov 9, 2019
Merged

Work around openssl Connection(Reset|Aborted)Error on Windows#1298
pquentin merged 1 commit into
python-trio:masterfrom
njsmith:workaround-1293

Conversation

@njsmith

@njsmith njsmith commented Nov 9, 2019

Copy link
Copy Markdown
Member

Fixes gh-1293, I hope.

@njsmith

njsmith commented Nov 9, 2019

Copy link
Copy Markdown
Member Author

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

@codecov

codecov Bot commented Nov 9, 2019

Copy link
Copy Markdown

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

pquentin commented Nov 9, 2019

Copy link
Copy Markdown
Member

Thanks! Is there an OpenSSL issue for this bug?

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

njsmith commented Nov 9, 2019

Copy link
Copy Markdown
Member Author

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