## 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. |
||
|---|---|---|
| .. | ||
| add_dir.rs | ||
| apply_patch.rs | ||
| auth_env.rs | ||
| ephemeral.rs | ||
| mcp_required_exit.rs | ||
| mod.rs | ||
| originator.rs | ||
| output_schema.rs | ||
| resume.rs | ||
| sandbox.rs | ||
| server_error_exit.rs | ||