Skip to content

Fix join calls not raise RuntimeError after queue closing.#295

Merged
asvetlov merged 3 commits intoaio-libs:masterfrom
linw1995:master
Oct 26, 2020
Merged

Fix join calls not raise RuntimeError after queue closing.#295
asvetlov merged 3 commits intoaio-libs:masterfrom
linw1995:master

Conversation

@linw1995
Copy link
Contributor

What do these changes do?

Fix join() method calls not raise RuntimeError after queue closing.

Are there changes in behavior for the user?

The join() method calls will raise RuntimeError after queue closing.

Related issue number

#294

Checklist

  • I think the code is well written
  • Unit tests for the changes exist

@codecov
Copy link

codecov bot commented Oct 21, 2020

Codecov Report

Merging #295 into master will increase coverage by 0.21%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #295      +/-   ##
==========================================
+ Coverage   95.30%   95.52%   +0.21%     
==========================================
  Files           4        4              
  Lines        1215     1274      +59     
  Branches       84       84              
==========================================
+ Hits         1158     1217      +59     
  Misses         50       50              
  Partials        7        7              
Flag Coverage Δ
#unit 95.52% <100.00%> (+0.21%) ⬆️

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

Impacted Files Coverage Δ
janus/__init__.py 99.68% <100.00%> (+<0.01%) ⬆️
tests/test_mixed.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 221c14d...b703a20. Read the comment docs.

Copy link
Member

@asvetlov asvetlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@asvetlov asvetlov merged commit df9c4f8 into aio-libs:master Oct 26, 2020
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.

2 participants