Fix: preserve native run drain context and acceptance checks - #1726
Fix: preserve native run drain context and acceptance checks#1726Crane-Liu wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughThe change aligns native run lifecycle handling with runner-thread attachment, updates graph-state lifecycle diagnostics, and centralizes launch-receipt acceptance publication with stale-receipt tests. ChangesNative run lifecycle
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant simpler_wait_run
participant attach_current_thread
participant drain_execution
participant runtime_validation
simpler_wait_run->>attach_current_thread: Attach runner thread
attach_current_thread-->>simpler_wait_run: Return attachment status
simpler_wait_run->>drain_execution: Drain when attachment succeeds
simpler_wait_run->>runtime_validation: Reuse attachment status
Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Follow-up to #1694.
#1694 was merged while its review fixes were being prepared, so this PR carries only the remaining review corrections on top of the merged mainline.
Scope:
Validation on LCW commit 2e6d639: