core-agent-ide/codex-rs/app-server/tests/common
Celia Chen 051bf81df9
[fix] app server flaky send_messages test (#8874)
Fix flakiness of CI test:
https://github.com/openai/codex/actions/runs/20350530276/job/58473691434?pr=8282

This PR does two things:
1. move the flakiness test to use responses API instead of chat
completion API
2. make mcp_process agnostic to the order of
responses/notifications/requests that come in, by buffering messages not
read
2026-01-08 20:41:21 +00: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 [fix] app server flaky send_messages test (#8874) 2026-01-08 20:41:21 +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