Make the Apps recovery exposure test deterministic - #35196
Merged
copyberry[bot] merged 1 commit intoJul 24, 2026
Merged
Conversation
## Why The Apps MCP background retry could complete before the test inspected the initial sampling request, making the recovery timing nondeterministic. ## What changed - Add a test-server gate that can hold and explicitly release the next successful Apps MCP initialization. - Use a dedicated MCP mock server so the held initialization does not block model responses or app discovery. - Assert that recovery uses exactly two initialization attempts and that Apps guidance and the deferred namespace appear only after the gate is released. GitOrigin-RevId: deb21d4b41f353c3f84428616769af9faa1a0487
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/deb21d4b41f353c3f84428616769af9faa1a0487
branch
from
July 24, 2026 14:42
414c0c3 to
5f6a2c3
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/deb21d4b41f353c3f84428616769af9faa1a0487
branch
July 24, 2026 14:43
dovvnloading
temporarily deployed
to
issue-triage
July 24, 2026 14:49 — with
GitHub Actions
Inactive
dovvnloading
temporarily deployed
to
issue-triage
July 24, 2026 14:49 — with
GitHub Actions
Inactive
dovvnloading
temporarily deployed
to
issue-triage
July 24, 2026 14:49 — with
GitHub Actions
Inactive
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Make the Apps recovery exposure test deterministic
Why
The Apps MCP background retry could complete before the test inspected the
initial sampling request, making the recovery timing nondeterministic.
What changed
successful Apps MCP initialization.
model responses or app discovery.
guidance and the deferred namespace appear only after the gate is released.