Skip to content

Handle errors better in the test suite#923

Merged
4383 merged 1 commit intomasterfrom
922-improve-test-logging-to-help-reproduce-an-intermittent-failure-in-asyncio-hub
Feb 21, 2024
Merged

Handle errors better in the test suite#923
4383 merged 1 commit intomasterfrom
922-improve-test-logging-to-help-reproduce-an-intermittent-failure-in-asyncio-hub

Conversation

@itamarst
Copy link
Copy Markdown
Contributor

@itamarst itamarst commented Feb 21, 2024

Fixes #922

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (edd9e7e) 56% compared to head (2bb809e) 56%.

Additional details and impacted files
@@          Coverage Diff          @@
##           master   #923   +/-   ##
=====================================
  Coverage      56%    56%           
=====================================
  Files          89     89           
  Lines        9728   9728           
  Branches     1812   1812           
=====================================
  Hits         5461   5461           
  Misses       3892   3892           
  Partials      375    375           
Flag Coverage Δ
ipv6 23% <ø> (ø)
py310asyncio 53% <ø> (-1%) ⬇️
py310epolls 53% <ø> (-1%) ⬇️
py310poll 53% <ø> (ø)
py310selects 53% <ø> (ø)
py311asyncio 53% <ø> (-1%) ⬇️
py311epolls 53% <ø> (-1%) ⬇️
py312asyncio 50% <ø> (-1%) ⬇️
py312epolls 51% <ø> (ø)
py37asyncio 50% <ø> (-1%) ⬇️
py37epolls 51% <ø> (-1%) ⬇️
py38asyncio 51% <ø> (-1%) ⬇️
py38epolls 53% <ø> (ø)
py38openssl 52% <ø> (-1%) ⬇️
py38poll 53% <ø> (-1%) ⬇️
py38selects 53% <ø> (ø)
py39asyncio 51% <ø> (-1%) ⬇️
py39dnspython1 51% <ø> (+<1%) ⬆️
py39epolls 53% <ø> (-1%) ⬇️
py39poll 53% <ø> (ø)
py39selects 53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@4383 4383 merged commit 0a130e2 into master Feb 21, 2024
@4383 4383 deleted the 922-improve-test-logging-to-help-reproduce-an-intermittent-failure-in-asyncio-hub branch February 21, 2024 18:13
@4383 4383 mentioned this pull request Mar 15, 2024
clrpackages pushed a commit to clearlinux-pkgs/pypi-eventlet that referenced this pull request Jul 10, 2024
…rsion 0.36.1

0.36.1
======

* [fix] eventlet.websocket is not always used from eventlet.wsgi, so do not assume eventlet.set_idle exists eventlet/eventlet#949

0.36.0
======

* [fix] Make sure asyncio hub doesn't use greendns for asyncio DNS APIs eventlet/eventlet#938
* [fix] Make asyncio.to_thread work with the same semantics as normal asyncio eventlet/eventlet#930
* [fix] Refactor congruence checks based on assert at runtime eventlet/eventlet#932
* [tests] Run tests on macOS in CI, and some fixes to get it in reasonable state (#list eventlet/eventlet#934
* [fix] Fix wsgi.server shutdown for in-flight requests eventlet/eventlet#912
* [feature] Add debug convenience helpers - asyncio, threads eventlet/eventlet#925
* [fix] Handle errors better. eventlet/eventlet#923

(NEWS truncated at 15 lines)

CVEs fixed in this build:
CVE-2023-29483
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.

Improve test logging to help reproduce an intermittent failure in asyncio hub

3 participants