fix(storage): close Files.walk stream in deleteRepo to stop leak#5575
fix(storage): close Files.walk stream in deleteRepo to stop leak#5575justinsiek wants to merge 1 commit into
Conversation
|
👋 Thanks for your first contribution to Texera, @justinsiek! You can drive common housekeeping tasks just by leaving a comment. Type the command on its own line. On issues
To find unclaimed work, search Linking sub-issues
You can write references as On pull requests (author only)
You can mention teams as
For the full contribution flow, see CONTRIBUTING.md. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5575 +/- ##
============================================
- Coverage 52.17% 52.16% -0.02%
+ Complexity 2482 2478 -4
============================================
Files 1068 1068
Lines 41311 41312 +1
Branches 4439 4439
============================================
- Hits 21556 21551 -5
- Misses 18490 18495 +5
- Partials 1265 1266 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Hi @justinsiek please use our PR template. Please feel free to reopen once it is ready. Thanks! |
Closes #5548
Close Files.walk stream so directory handle is released immediately instead of leaking.