Skip to content

feat: reconnect on map(udf) failures#3488

Draft
adarsh0728 wants to merge 5 commits into
mainfrom
map-reconnect
Draft

feat: reconnect on map(udf) failures#3488
adarsh0728 wants to merge 5 commits into
mainfrom
map-reconnect

fix unit tests

732f29d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 2, 2026 in 1s

82.87% (-0.25%) compared to 948bf6b

View this Pull Request on Codecov

82.87% (-0.25%) compared to 948bf6b

Details

Codecov Report

❌ Patch coverage is 73.99166% with 187 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.87%. Comparing base (948bf6b) to head (732f29d).

Files with missing lines Patch % Lines
rust/numaflow-core/src/mapper/map/stream.rs 64.86% 65 Missing ⚠️
rust/numaflow-core/src/mapper/map/unary.rs 60.93% 50 Missing ⚠️
rust/numaflow-core/src/mapper/map.rs 59.57% 38 Missing ⚠️
rust/numaflow-core/src/mapper/map/batch.rs 87.03% 28 Missing ⚠️
rust/numaflow-monitor/src/runtime.rs 93.93% 4 Missing ⚠️
rust/numaflow-core/src/metrics/mod.rs 0.00% 1 Missing ⚠️
rust/numaflow-core/src/source/user_defined.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3488      +/-   ##
==========================================
- Coverage   83.11%   82.87%   -0.25%     
==========================================
  Files         308      308              
  Lines       80914    80954      +40     
==========================================
- Hits        67252    67089     -163     
- Misses      13097    13300     +203     
  Partials      565      565              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 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.