Add model discovery integration tests without managed config - #662
Open
andy-xu-db wants to merge 1 commit into
Open
andy-xu-db wants to merge 1 commit into
andy-xu-db wants to merge 1 commit into
Conversation
andy-xu-db
force-pushed
the
andy/model-discovery-integration-unmanaged
branch
from
September 16, 2026 15:02
5204d14 to
9751ad8
Compare
andy-xu-db
changed the base branch from
main
to
codex/model-discovery-test-stack
September 16, 2026 15:02
andy-xu-db
force-pushed
the
codex/model-discovery-test-stack
branch
from
September 16, 2026 18:32
d85847c to
2c0b3df
Compare
andy-xu-db
force-pushed
the
andy/model-discovery-integration-unmanaged
branch
from
September 16, 2026 18:32
9751ad8 to
88b4d6f
Compare
andy-xu-db
changed the base branch from
codex/model-discovery-test-stack
to
andy/model-discovery-integration-tests
September 16, 2026 20:06
andy-xu-db
force-pushed
the
andy/model-discovery-integration-unmanaged
branch
2 times, most recently
from
September 17, 2026 19:56
8981793 to
e907761
Compare
andy-xu-db
force-pushed
the
andy/model-discovery-integration-unmanaged
branch
from
September 17, 2026 20:03
e907761 to
e4a7d5c
Compare
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.
Summary
gateway-models.jsonbefore launch.Cases
Each test function includes its Tests-table case number in its name (
test_case_13_...throughtest_case_24_...). Together with #655, the stack has 44 numbered discovery executions.Live result
The fresh restacked run 35144561045 exercised Claude Code 2.1.268 and Codex 0.154.0 against the existing integration workspace.
gateway-models.json. Both Case 17 executions create the correctly scoped Claude-owned cache, but the picker still renders native models./ai-gateway/codex/v1/modelsunavailable.Claude Code currently does not forward the scoped custom routing header on its native
/v1/modelsrequest. The Codex path needs the workspace backend catalog endpoint enabled for provider- and location-scoped requests. The inherited managed signal jobs also stop before pytest on the same M2M HTTP 403 described in #655.Stack
andy/model-discovery-integration-tests), which contains managed-config Cases 1–12.codex/model-discovery-test-stack.Verification
89817938da804e588b10c8848a0328d3d21cb555.tests/test_integration_contract.py: 5 passed.