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

Fix race in TestStreamClose introduced by #238 #243

Merged
merged 1 commit into from
Oct 18, 2022

Conversation

enobufs
Copy link
Member

@enobufs enobufs commented Oct 18, 2022

Fixes #242

Renaming an error object in a goroutine in TestStreamClose to avoid race error during test.
Occurrence ratio: ~ 1/5

@pionbot pionbot force-pushed the fix_race_in_test_stream_close branch from eb183f3 to 38d26c7 Compare October 18, 2022 05:28
@codecov
Copy link

codecov bot commented Oct 18, 2022

Codecov Report

Base: 81.04% // Head: 81.09% // Increases project coverage by +0.05% 🎉

Coverage data is based on head (38d26c7) compared to base (d13d723).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #243      +/-   ##
==========================================
+ Coverage   81.04%   81.09%   +0.05%     
==========================================
  Files          48       48              
  Lines        3994     3994              
==========================================
+ Hits         3237     3239       +2     
+ Misses        618      617       -1     
+ Partials      139      138       -1     
Flag Coverage Δ
go 81.09% <ø> (+0.05%) ⬆️
wasm 68.05% <ø> (ø)

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

Impacted Files Coverage Δ
association.go 84.91% <0.00%> (+0.11%) ⬆️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@enobufs enobufs merged commit 37fd189 into master Oct 18, 2022
@enobufs enobufs deleted the fix_race_in_test_stream_close branch October 18, 2022 05:30
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.

Race in TestStreamClose introduced by the previous merge
1 participant