Files
codex/codex-rs/core/src
T
Ahmed Ibrahim 4a0e6dc916 Serialize shell snapshot stdin test (#13878)
## What changed
- `snapshot_shell_does_not_inherit_stdin` now runs under its own serial
key.
- The change isolates it from other Unix shell-snapshot tests that also
interact with stdin.

## Why this fixes the flake
- The failure was not a shell-snapshot logic bug. It was shared-stdin
interference between concurrently executing tests.
- When multiple tests compete for inherited stdin at the same time, one
test can observe EOF or consumed input that actually belongs to a
different test.
- Running this specific test in a dedicated serial bucket guarantees
exclusive ownership of stdin, which makes the assertion deterministic
without weakening coverage.

## Scope
- Test-only change.
4a0e6dc916 · 2026-03-09 10:44:13 -07:00
History
..
2026-03-07 03:48:36 -08:00
2026-03-06 00:03:39 +00:00
2026-03-07 05:40:10 -08:00
2026-03-04 16:41:54 +00:00
2026-03-06 00:03:39 +00:00
2025-11-28 11:34:57 +00:00
2026-03-07 05:40:10 -08:00
2026-02-21 20:08:02 -08:00
2026-03-07 03:48:36 -08:00