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

Restore async concurrency safety to websocket compressor (#7865) #7889

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Nov 24, 2023

Fixes #7859

(cherry picked from commit 86a2396)

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Nov 24, 2023
@bdraco bdraco marked this pull request as ready for review November 24, 2023 18:54
@Dreamsorcerer Dreamsorcerer enabled auto-merge (squash) November 24, 2023 18:55
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a049701) 97.34% compared to head (76bd245) 97.34%.
Report is 2 commits behind head on 3.9.

Additional details and impacted files
@@           Coverage Diff           @@
##              3.9    #7889   +/-   ##
=======================================
  Coverage   97.34%   97.34%           
=======================================
  Files         108      108           
  Lines       32402    32433   +31     
  Branches     3842     3848    +6     
=======================================
+ Hits        31542    31573   +31     
  Misses        655      655           
  Partials      205      205           
Flag Coverage Δ
CI-GHA 97.25% <100.00%> (+<0.01%) ⬆️
OS-Linux 96.95% <100.00%> (+<0.01%) ⬆️
OS-Windows 94.44% <100.00%> (+<0.01%) ⬆️
OS-macOS 96.76% <100.00%> (+0.20%) ⬆️
Py-3.10.11 94.34% <100.00%> (+<0.01%) ⬆️
Py-3.10.13 96.72% <100.00%> (-0.01%) ⬇️
Py-3.11.6 96.48% <100.00%> (+0.03%) ⬆️
Py-3.12.0 96.50% <100.00%> (?)
Py-3.8.10 94.32% <100.00%> (+<0.01%) ⬆️
Py-3.8.18 96.65% <100.00%> (+<0.01%) ⬆️
Py-3.9.13 94.33% <100.00%> (+<0.01%) ⬆️
Py-3.9.18 96.71% <100.00%> (+<0.01%) ⬆️
Py-pypy7.3.13 96.16% <100.00%> (+<0.01%) ⬆️
VM-macos 96.76% <100.00%> (+0.20%) ⬆️
VM-ubuntu 96.95% <100.00%> (+<0.01%) ⬆️
VM-windows 94.44% <100.00%> (+<0.01%) ⬆️

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.

@Dreamsorcerer Dreamsorcerer enabled auto-merge (squash) November 24, 2023 19:21
@Dreamsorcerer Dreamsorcerer merged commit bb11101 into aio-libs:3.9 Nov 24, 2023
28 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants