Skip to content

Conversation

@adarsh0728
Copy link
Member

@adarsh0728 adarsh0728 commented Nov 5, 2025

What this PR does / why we need it

Adds e2e tests for user metadata propagation from source to sink

  • Source creates user metadata with group simple-source and adds txn-id key
  • Transformer adds event-time to group event-time-group
  • Map logs both groups: "Groups at mapper: [event-time-group simple-source]" and creates additional group map-group with map-key
  • Sink logs all user metadata received

Related issues

Fixes #2980

Testing

Ran e2e tests locally make TestMonoVertexUserMetadataPropagation and make TestPipelineUserMetadataPropagation

Special notes for reviewers

Updated to latest numaflow-rs commit PR numaproj/numaflow-rs#151

@adarsh0728 adarsh0728 changed the title chore: unit and e2e tests for metadata changes chore: e2e tests for metadata changes Nov 13, 2025
@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.81%. Comparing base (bd4b057) to head (e5d71c9).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3065      +/-   ##
==========================================
- Coverage   79.84%   79.81%   -0.03%     
==========================================
  Files         291      291              
  Lines       65044    65089      +45     
==========================================
+ Hits        51932    51951      +19     
- Misses      12557    12583      +26     
  Partials      555      555              

☔ View full report in Codecov by Sentry.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

E2E tests for verifying Metadata Propagation in MonoVertex and Pipeline

2 participants