Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4066 +/- ##
===========================================
- Coverage 88.97% 66.01% -22.96%
===========================================
Files 59 158 +99
Lines 7073 21049 +13976
Branches 0 1236 +1236
===========================================
+ Hits 6293 13895 +7602
- Misses 780 6742 +5962
- Partials 0 412 +412
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
I built this branch and ran under valgrind. Am still seeing quite a few leaks in this call chain (i.e., My test case:
Leaks: |
bkmartinjr
left a comment
There was a problem hiding this comment.
Couple of items:
- is this still WIP? (PR title)
- I built the branch and ran valgrind - still see multiple leaks in this call chain. Left details in a comment
If you were intending to do a PR for each specific leak, LMK and I can re-review. No concerns with the actual changes in this PR.
|
@XanthosXanthopoulos #4067 may help? |
|
Update after latest commit. Ran:
And leaked: |
|
Co-authored-by: John Kerl <[email protected]>
|
I ran a couple of quick unit tests for validation, and for those I tested, things are clean. |
bkmartinjr
left a comment
There was a problem hiding this comment.
am doing final testing in parallel, but LGTM
* Fix memory * Release exported arrays * fix double strdup which was leaking 2 bytes per enumerated column * More missing arrow releases * Use scoped executor for arrow cleanup * Release schema in `_set_soma_joinid_shape_helper` * Apply suggestions from code review Co-authored-by: John Kerl <[email protected]> * Release memory for outline transformer * lint fixes * Update changelog * Disable mdformat - CI failures not reproducing locally --------- Co-authored-by: John Kerl <[email protected]>
#4078) * Fix memory * Release exported arrays * fix double strdup which was leaking 2 bytes per enumerated column * More missing arrow releases * Use scoped executor for arrow cleanup * Release schema in `_set_soma_joinid_shape_helper` * Apply suggestions from code review * Release memory for outline transformer * lint fixes * Update changelog * Disable mdformat - CI failures not reproducing locally --------- Co-authored-by: XanthosXanthopoulos <[email protected]> Co-authored-by: John Kerl <[email protected]>
Issue and/or context: SOMA-169
Changes:
Notes for Reviewer: