Skip to content

test(api): do not probe an ambient server during verification runs - #461

Merged
agjs merged 1 commit into
mainfrom
fix/health-probe-sandbox
Sep 15, 2026
Merged

agjs merged 1 commit into
mainfrom
fix/health-probe-sandbox

Conversation

@agjs

@agjs agjs commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

tests/health.test.ts fetches whatever listens on 127.0.0.1:7330. Inside
agent:verify that is the developer's dev stack, not the checkout under
test, and a bind-mounted dev server restarts on file changes, which turned
the probe into a closed-socket failure during a sharded run. Skip it when
AGENT_SANDBOX is set; the in-process route tests cover /health.

tests/health.test.ts fetches whatever listens on 127.0.0.1:7330. Inside
agent:verify that is the developer's dev stack, not the checkout under
test, and a bind-mounted dev server restarts on file changes, which turned
the probe into a closed-socket failure during a sharded run. Skip it when
AGENT_SANDBOX is set; the in-process route tests cover /health.
@agjs
agjs merged commit 0691b40 into main Sep 15, 2026
31 checks passed
@agjs
agjs deleted the fix/health-probe-sandbox branch September 15, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant