Skip to content

test: E2E test for ordered processing#3300

Merged
vaibhavtiwari33 merged 4 commits intomainfrom
ordered-processing-e2e
Mar 11, 2026
Merged

test: E2E test for ordered processing#3300
vaibhavtiwari33 merged 4 commits intomainfrom
ordered-processing-e2e

Conversation

@vaibhavtiwari33
Copy link
Copy Markdown
Contributor

@vaibhavtiwari33 vaibhavtiwari33 commented Mar 10, 2026

What this PR does / why we need it

E2E test for ordered processing

Related issues

Fixes #3298

Testing

The new E2E test passes

Signed-off-by: Vaibhav Tiwari <vaibhav.tiwari33@gmail.com>
Signed-off-by: Vaibhav Tiwari <vaibhav.tiwari33@gmail.com>
@vaibhavtiwari33 vaibhavtiwari33 force-pushed the ordered-processing-e2e branch from 500b59a to 72d8af4 Compare March 10, 2026 19:32
Signed-off-by: Vaibhav Tiwari <vaibhav.tiwari33@gmail.com>
@vaibhavtiwari33 vaibhavtiwari33 changed the title [WIP] E2E test for ordered processing test: E2E test for ordered processing Mar 10, 2026
@vaibhavtiwari33 vaibhavtiwari33 self-assigned this Mar 10, 2026
@vaibhavtiwari33 vaibhavtiwari33 added the testing Testing and CI label Mar 10, 2026
@vaibhavtiwari33 vaibhavtiwari33 marked this pull request as ready for review March 10, 2026 21:59
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.11%. Comparing base (df914f8) to head (0aece20).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3300      +/-   ##
==========================================
+ Coverage   81.04%   81.11%   +0.06%     
==========================================
  Files         316      316              
  Lines       72304    72304              
==========================================
+ Hits        58600    58646      +46     
+ Misses      13147    13098      -49     
- Partials      557      560       +3     

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

Comment on lines +390 to +395

// Send messages with different keys, each key getting values in a specific order.
// The x-numaflow-keys header sets the message key for partition routing.
keys := []string{"A", "M", "Z"}
values := []string{"create", "update", "delete"}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you send atleast 1000 messages and use two sources?

@vaibhavtiwari33 vaibhavtiwari33 marked this pull request as draft March 11, 2026 00:02
…ving 1000 messages

Signed-off-by: Vaibhav Tiwari <vaibhav.tiwari33@gmail.com>
@vaibhavtiwari33 vaibhavtiwari33 marked this pull request as ready for review March 11, 2026 01:29
@vaibhavtiwari33 vaibhavtiwari33 enabled auto-merge (squash) March 11, 2026 01:29
@vaibhavtiwari33 vaibhavtiwari33 merged commit 7cee4a6 into main Mar 11, 2026
26 checks passed
@vaibhavtiwari33 vaibhavtiwari33 deleted the ordered-processing-e2e branch March 11, 2026 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing Testing and CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

E2E Tests for Ordered Processing

3 participants