Skip to content

fix(router): consolidated config-reload memory-leak fix (#3006–#3009 bundle)#3020

Draft
asoorm wants to merge 4 commits into
mainfrom
fix/reload-memory-leak-consolidated
Draft

fix(router): consolidated config-reload memory-leak fix (#3006–#3009 bundle)#3020
asoorm wants to merge 4 commits into
mainfrom
fix/reload-memory-leak-consolidated

fix(router): skip plan cache OnEvict during graphMux shutdown

38c42fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 11, 2026 in 0s

51.03% (target 30.00%)

View this Pull Request on Codecov

51.03% (target 30.00%)

Details

Codecov Report

❌ Patch coverage is 16.66667% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.03%. Comparing base (5efb3c2) to head (38c42fc).
⚠️ Report is 47 commits behind head on main.

Files with missing lines Patch % Lines
router/core/graph_server.go 16.66% 4 Missing and 1 partial ⚠️
router/pkg/slowplancache/slow_plan_cache.go 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3020      +/-   ##
==========================================
- Coverage   60.27%   51.03%   -9.25%     
==========================================
  Files         477      243     -234     
  Lines       62471    29475   -32996     
  Branches     6131        0    -6131     
==========================================
- Hits        37656    15042   -22614     
+ Misses      24787    12903   -11884     
- Partials       28     1530    +1502     
Files with missing lines Coverage Δ
router/core/operation_planner.go 57.77% <ø> (ø)
router/core/router.go 63.98% <100.00%> (ø)
router/core/graph_server.go 76.25% <16.66%> (ø)
router/pkg/slowplancache/slow_plan_cache.go 5.76% <0.00%> (ø)

... and 716 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.