mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
## Why The test helper previously released its reserved port before starting the streamable HTTP server. Another concurrent test could claim that port and satisfy the readiness probe for the wrong process. ## What changed Start the child server on an OS-assigned port and wait for it to publish its actual bound address. Use that address to build the base URL returned to the streamable HTTP integration tests. GitOrigin-RevId: 606ae446f947d39424e4ec996ac647881777ff44