feat: settle generations after service readiness - #291
Merged
Conversation
cristianoliveira
marked this pull request as ready for review
September 3, 2026 07:11
cristianoliveira
enabled auto-merge (rebase)
September 3, 2026 07:11
cristianoliveira
disabled auto-merge
September 3, 2026 10:44
cristianoliveira
force-pushed
the
feat/service-readiness
branch
from
September 3, 2026 10:46
a69335d to
254bcdc
Compare
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.
Problem
A healthy long-running service keeps its generation
runningforever, so a completed pipeline never reports success.Changes
jobs[].readinesscommandsservices: [{ name, state }]statusExpected output
Generation result remains primary; service status is secondary.
Verification
Passed:
cargo test --features test-integrationcontrol_awaitintegration testsThe no-overlap replacement regression found while opening this draft was fixed in
5840ab0on this rebased branch.Remaining before ready/merge
Stack and companion PR
Tracking
TASK-0161 is complete. TASK-0162 remains in progress for the remaining proof and final gates.