Uh oh!
There was an error while loading. Please reload this page.
ci(windows): require crash recovery evidence - #2562
Merged
Merged
Conversation
This was referenced Aug 9, 2026
…-gate # Conflicts: # package.json
liugddx
commented
Aug 10, 2026
MemberAuthor
Adversarial review follow-up / 对抗性审查后续 EN:
中文:
|
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Summary
Add a required windows_recovery job that turns the Windows crash evidence landed across #2475, #2488, #2492, and #2509 into one bounded release gate.
The gate builds on Node 24 and separately verifies SQLite transaction recovery, Runtime resume/continuation recovery, Runtime Host owner-death recovery, and managed-workspace crash convergence. A workflow contract test prevents the job from becoming non-blocking or silently dropping an evidence surface.
Raise only the Windows timeout for the two Runtime crash harnesses from 60 to 120 seconds. The Phase 0 harness serially launches 12 real child processes and exceeded the old aggregate timeout locally; POSIX retains the existing 60-second boundary.
Refs #2142
Verification
ode --test scripts/windows-recovery-workflow.test.mjs (1 pass)
Checklist
Does this PR entail a change in behavior?