test(ai-autopilot): sandboxed boot-and-serve — serveCheck × DockerRunner E2E#143
Merged
Merged
Conversation
…ner E2E Exercises serveCheck end-to-end against a real container: a real npm install, start the dev server, preview (readiness probed inside the container), fetch a health path -> empty-blockers verdict. Plus the failure modes (5xx, exits-before-serving, install-failure) each surface as a blocker. Proves the production-grade check works through the DockerRunner sandbox, not just the host. Skips cleanly with no daemon. Test-only, no changeset.
3 tasks
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.
Follow-up to #142 (DockerRunner). Proves the production-grade boot-and-serve check works through the sandbox, not just the host.
serveCheckis run end-to-end against a real container:npm install, start the dev server,preview(readiness probed inside the container), fetch/health→ empty-blockers verdict.This is what the #109 sandboxing effort was for: the full
Bootstrapproduction-grade loop can now run untrusted, agent-authored code in a container and honestly verify it serves. Test-only (no changeset); skips cleanly with no daemon so CI stays green. Full suite 239/239, no leaked containers.