Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a casting bug in the rpcountFree function where the result processor was incorrectly cast to RPScorer instead of RPCounter. This ensures the proper type is used when freeing counter result processor resources.
- Corrects incorrect type casting in the counter result processor's free function
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6762 +/- ##
==========================================
- Coverage 87.23% 87.19% -0.04%
==========================================
Files 288 288
Lines 45262 45262
Branches 8109 8109
==========================================
- Hits 39484 39468 -16
- Misses 5655 5671 +16
Partials 123 123
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* Fix rpcountFree casting * Remove comment (cherry picked from commit 02a2c3f)
|
Successfully created backport PR for |
* Fix rpcountFree casting * Remove comment (cherry picked from commit 02a2c3f)
|
Successfully created backport PR for |
* Fix rpcountFree casting * Remove comment (cherry picked from commit 02a2c3f)
|
Successfully created backport PR for |
* Fix rpcountFree casting * Remove comment (cherry picked from commit 02a2c3f)
|
Successfully created backport PR for |
MOD-11216: Fix rpcountFree casting (#6762) * Fix rpcountFree casting * Remove comment (cherry picked from commit 02a2c3f) Co-authored-by: Raz Monsonego <[email protected]>
MOD-11216: Fix rpcountFree casting (#6762) * Fix rpcountFree casting * Remove comment (cherry picked from commit 02a2c3f) Co-authored-by: Raz Monsonego <[email protected]>
* Fix rpcountFree casting * Remove comment
MOD-11216: Fix rpcountFree casting (#6762) * Fix rpcountFree casting * Remove comment (cherry picked from commit 02a2c3f) Co-authored-by: Raz Monsonego <[email protected]>
MOD-11216: Fix rpcountFree casting (#6762) * Fix rpcountFree casting * Remove comment (cherry picked from commit 02a2c3f) Co-authored-by: Raz Monsonego <[email protected]>
MOD-11216: Fix rpcountFree casting (#6762) * Fix rpcountFree casting * Remove comment (cherry picked from commit 02a2c3f) Co-authored-by: Raz Monsonego <[email protected]>
Fixes a bad casting in the free function logic of the counter result processor.
Introduced in #1891.