Skip to content

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

Merged
Dreamsorcerer merged 2 commits intoaio-libs:3.9from
bdraco:patchback/backports/3.9/86a23961531103ccc34853f67321c7d0f63797f5/pr-7865
Nov 24, 2023
Merged

Restore async concurrency safety to websocket compressor (#7865)#7889
Dreamsorcerer merged 2 commits intoaio-libs:3.9from
bdraco:patchback/backports/3.9/86a23961531103ccc34853f67321c7d0f63797f5/pr-7865

Conversation

@bdraco
Copy link
Copy Markdown
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
@bdraco bdraco requested a review from asvetlov as a code owner November 24, 2023 18:54
@Dreamsorcerer Dreamsorcerer enabled auto-merge (squash) November 24, 2023 18:55
Comment thread tests/test_websocket_writer.py Outdated
@codecov
Copy link
Copy Markdown

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.

Comment thread tests/test_websocket_writer.py Outdated
@Dreamsorcerer Dreamsorcerer enabled auto-merge (squash) November 24, 2023 19:21
@Dreamsorcerer Dreamsorcerer merged commit bb11101 into aio-libs:3.9 Nov 24, 2023
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