Deliver payload types in order that they were received#3160
Merged
bidetofevil merged 6 commits intomainfrom Mar 30, 2026
Merged
Deliver payload types in order that they were received#3160bidetofevil merged 6 commits intomainfrom
bidetofevil merged 6 commits intomainfrom
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
fractalwrench
approved these changes
Mar 20, 2026
Member
fractalwrench
left a comment
There was a problem hiding this comment.
LGTM once CI is passing
ed46827 to
764222c
Compare
22ee819 to
1a8956e
Compare
bbd71dc to
87b8726
Compare
6893d25 to
3f55ab0
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3160 +/- ##
==========================================
+ Coverage 77.89% 78.00% +0.10%
==========================================
Files 558 558
Lines 11931 11973 +42
Branches 1782 1793 +11
==========================================
+ Hits 9294 9339 +45
+ Misses 1927 1924 -3
Partials 710 710
🚀 New features to boost your workflow:
|
78863d4 to
0550893
Compare
This was referenced Mar 24, 2026
976a1c1 to
a8128a4
Compare
This was referenced Mar 26, 2026
fractalwrench
approved these changes
Mar 30, 2026
Member
fractalwrench
left a comment
There was a problem hiding this comment.
LGTM once CI is passing
Contributor
Author
Merge activity
|
62d636c to
a1b4b91
Compare
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
This was referenced Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Goal
Ensure payloads of a single type are delivered in order. This required some initial refactoring to simplify the streamline the threading and payload queuing model before this could work without problematic race conditions (that existed at least in the integration tests).
Major changes include:
There's a bunch of renaming, code consolidation, and tracer updates as well.