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

Updates AsyncHandler test case to accommodate fix added in v1.8.0-beta1 #189

Merged
merged 4 commits into from
Oct 12, 2022

Conversation

BaileyBox
Copy link
Contributor

Previously, there was a test case for where serializing io with an AsyncHandler caused an exception. Memento was changed to accommodate this fix here.

With the changes made to v1.8.0-beta1 (the addition of support AbstractLock and GenericCondition), this case no longer needs to be covered.

Fixes: #184

bailey.shirtliff added 3 commits October 4, 2022 17:42
Just need to write a test case for serializing and deserializing to ensure that the behaviour doesn't change again
@codecov
Copy link

codecov bot commented Oct 4, 2022

Codecov Report

Merging #189 (5e2feb0) into master (d73d2da) will increase coverage by 0.28%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
+ Coverage   98.26%   98.55%   +0.28%     
==========================================
  Files          14       14              
  Lines         404      414      +10     
==========================================
+ Hits          397      408      +11     
+ Misses          7        6       -1     
Impacted Files Coverage Δ
src/io.jl 100.00% <0.00%> (ø)
src/loggers.jl 99.30% <0.00%> (+0.03%) ⬆️
src/formatters.jl 100.00% <0.00%> (+1.96%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@iamed2 iamed2 requested a review from rofinn October 4, 2022 23:49
Copy link
Member

@rofinn rofinn left a comment

Choose a reason for hiding this comment

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

LGTM

@BaileyBox BaileyBox merged commit e8aad96 into master Oct 12, 2022
@BaileyBox BaileyBox deleted the bs/async-handler-test-case-fix branch October 12, 2022 17:36
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.

serialize(io, handler) in tests no longer throws an exception
2 participants