Skip to content

Fix intermittent Node proxy startup timeout in CI - #36

Merged
armand0e merged 1 commit into
mainfrom
codex/fix-proxy-ci-startup
Sep 12, 2026
Merged

Fix intermittent Node proxy startup timeout in CI#36
armand0e merged 1 commit into
mainfrom
codex/fix-proxy-ci-startup

Conversation

@armand0e

Copy link
Copy Markdown
Collaborator

The Python 3.12 job in main run 34576997760 timed out waiting five seconds for the Node OpenRouter proxy to listen. The subsequent main run passed without changes to the proxy or its test, consistent with intermittent startup latency.

Give the smoke-test readiness helper a 30-second monotonic deadline. It still returns immediately when the port opens and reports subprocess exits immediately. Timeout errors now include the wait budget. Regression tests cover startup after six seconds, a bounded timeout, and early process failure; production proxy behavior is unchanged.

Validation: the delayed-start regression fails with the old helper and passes with the fix; both real Node proxy smokes pass; 749 non-integration tests pass; Ruff, mypy, lock validation, and git diff --check pass. The latest existing main run also passes all Python, package, Docker, and integration jobs.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-11T08:31:22.704716Z 19ad6a5 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@CompactAIOfficial CompactAIOfficial added bug Something isn't working triaged labels Sep 11, 2026
@armand0e
armand0e merged commit 609412f into main Sep 12, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants