fix(rivetkit0: fix wf history diverged bug#4321
fix(rivetkit0: fix wf history diverged bug#4321NathanFlurry wants to merge 1 commit intochore-website-addfrom
Conversation
|
🚅 Deployed to the rivet-pr-4321 environment in rivet-frontend
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: fix(rivetkit): fix wf history diverged bug
SummaryThis PR fixes a The approach is sound: two new methods ( Issues1. Race losers's keys are not marked as visited In 2. Prefix collision risk in The check 3. Loose assertion in sequential test expect(state.requestsCompleted).toBeGreaterThanOrEqual(2);Two requests are sent; exactly 2 should complete. 4. Explicit type annotation hints at inference gap The Minor
What's Good
Verdict: The core fix is correct and well-targeted. Main actionable items before merging: handle race losers (#1) and tighten the sequential test assertion (#3). The rest are low-priority follow-ups. |
84d288e to
c34c1d0
Compare
|
This change is part of the following stack: Change managed by git-spice. |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: