core-agent-ide/codex-rs/exec/tests/suite
Dylan Hurd fbeda61cc3
fix(exec) Patch resume test race condition (#12648)
## Summary
The test exec_resume_last_respects_cwd_filter_and_all_flag makes one
session “newest” by resuming it, but rollout updated_at is stored/sorted
at second precision. On fast CI (especially Windows), the touch could
land in the same second as initial session creation, making ordering
nondeterministic.

This change adds a short sleep before the recency-touch step so the
resumed session is guaranteed to have a later updated_at, preserving the
intended assertion without changing product behavior.
2026-02-23 21:54:25 -08:00
..
add_dir.rs feat: Add support for --add-dir to exec and TypeScript SDK (#6565) 2025-11-13 13:47:10 -08:00
apply_patch.rs fix: codex-arg0 no longer depends on codex-core (#12434) 2026-02-21 00:20:42 -08:00
auth_env.rs [bazel] Improve runfiles handling (#10098) 2026-01-29 00:15:44 +00:00
ephemeral.rs feat: wire ephemeral in codex exec (#10758) 2026-02-05 15:49:57 +00:00
mcp_required_exit.rs Handle required MCP startup failures across components (#10902) 2026-02-06 17:14:37 +01:00
mod.rs Handle required MCP startup failures across components (#10902) 2026-02-06 17:14:37 +01:00
originator.rs feat: change ConfigLayerName into a disjoint union rather than a simple enum (#8095) 2025-12-17 08:13:59 -08:00
output_schema.rs Update defaults to gpt-5.1 (#6652) 2025-11-17 17:40:11 -08:00
resume.rs fix(exec) Patch resume test race condition (#12648) 2026-02-23 21:54:25 -08:00
sandbox.rs chore: remove codex-core public protocol/shell re-exports (#12432) 2026-02-20 23:45:35 -08:00
server_error_exit.rs tests: replace mount_sse_once_match with mount_sse_once for SSE mocking (#6640) 2025-11-13 18:04:05 -08:00