core-agent-ide/codex-rs/app-server/tests/common
Celia Chen c4af304c77
[fix] app server flaky thread/resume tests (#8870)
Fix flakiness of CI tests:
https://github.com/openai/codex/actions/runs/20350530276/job/58473691443?pr=8282

This PR does two things:
1. test with responses API instead of chat completions API in
thread_resume tests;
2. have a new responses API fixture that mocks out arbitrary numbers of
responses API calls (including no calls) and have the same repeated
response.

Tested by CI
2026-01-08 10:17:05 -08:00
..
auth_fixtures.rs [Auth] Choose which auth storage to use based on config (#5792) 2025-10-27 19:41:49 -07:00
Cargo.toml feat: introduce codex-utils-cargo-bin as an alternative to assert_cmd::Command (#8496) 2025-12-23 19:29:32 -08:00
lib.rs [fix] app server flaky thread/resume tests (#8870) 2026-01-08 10:17:05 -08:00
mcp_process.rs feat: add list loaded threads to app server (#8902) 2026-01-08 17:48:20 +00:00
mock_model_server.rs [fix] app server flaky thread/resume tests (#8870) 2026-01-08 10:17:05 -08:00
models_cache.rs Fix app-server write_models_cache to treat models with less priority number as higher priority. (#8844) 2026-01-07 11:22:13 -08:00
responses.rs feat: update process ID for event handling (#7261) 2025-11-25 14:21:05 -08:00
rollout.rs chore: unify conversation with thread name (#8830) 2026-01-07 17:04:53 +00:00