Skip to content

fix E2E tests#330

Merged
Rizzen merged 1 commit into
agentclientprotocol:mainfrom
Rizzen:mark/fix-e2e
Jul 22, 2026
Merged

fix E2E tests#330
Rizzen merged 1 commit into
agentclientprotocol:mainfrom
Rizzen:mark/fix-e2e

Conversation

@Rizzen

@Rizzen Rizzen commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings July 22, 2026 14:45
@Rizzen
Rizzen merged commit 39dd16a into agentclientprotocol:main Jul 22, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Codex ACP E2E test suite to be less sensitive to Codex model-catalog drift, improving reliability as Codex is upgraded.

Changes:

  • Updated the “other” test model ID used by E2E fixtures.
  • Reworked the models-availability E2E to assert a stable invariant (current/default model’s base id is present among advertised models) instead of pinning a specific model id.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/tests/CodexACPAgent/e2e/spawned-agent-fixture.ts Updates the secondary (“other”) model ID used by E2E tests.
src/tests/CodexACPAgent/e2e/acp-e2e-models-availability.test.ts Makes the default-model availability assertion resilient to catalog changes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 12 to +13
export const DEFAULT_TEST_MODEL_ID = ModelId.create("gpt-5.2", "none");
export const OTHER_TEST_MODEL_ID = ModelId.create("gpt-5.4-mini", "low");
export const OTHER_TEST_MODEL_ID = ModelId.create("gpt-5.5", "low");
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.

2 participants