mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
65c7119fb7
Sessions' `updated_at` times are truncated to seconds, with the UUID session ID used to break ties. If the two test sessions are created in the same second, AND the session B UUID < session A UUID, the test fails. Fix this by mutating the session mtimes, from which we derive the updated_at time, to ensure session B is updated_at later than session A.
65c7119fb7
ยท
2026-01-26 14:44:37 +00:00
History