-
Notifications
You must be signed in to change notification settings - Fork 76
fix: Fix writing into dead variables in BlockingCache #2333
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
Conversation
mathbunnyru
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a test, which fails on develop, but works in this branch? (and check it in develop)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2333 +/- ##
===========================================
- Coverage 79.45% 79.45% -0.01%
===========================================
Files 378 378
Lines 15373 15375 +2
Branches 7748 7749 +1
===========================================
+ Hits 12215 12216 +1
Misses 1962 1962
- Partials 1196 1197 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The bug was happening because |
godexsoft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @mathbunnyru that it would be nice to add a test for this fix. But i also recall it was not very easy to even reproduce, right?
@kuznetsss could you please answer here? |
|
I already answered:
|
No description provided.