herdr/tests
Andrew Krasnoff a0a6e13f11
fix: count ptmx master fds under devpts layouts (#1984)
live_server_holds_one_pty_master_fd_per_pane counted only /proc/<pid>/fd links
resolving to exactly /dev/ptmx. On devpts setups such as WSL2 and many
containers, a PTY master fd resolves to /dev/pts/ptmx instead, so the test found
zero masters and failed with "had 0 ptmx master fds; expected 1" even though the
server held the pane's master fd. Match both ptmx node paths; pty slaves still
resolve to /dev/pts/<N> and stay uncounted, so the one-master-per-pane invariant
is unchanged.
2026-07-29 01:20:58 +03:00
..
cli fix: ignore nested codex session reports (#1927) 2026-07-28 04:13:35 +03:00
fixtures fix: handle kitty keypad input 2026-06-15 15:12:56 +03:00
support fix: preserve kitty printable key releases 2026-07-23 03:47:44 +03:00
api_ping.rs fix: make known-agent exit process-owned 2026-07-24 02:50:58 +03:00
auto_detect.rs feat(logging): add robust rotating support logs 2026-04-23 00:48:22 +03:00
cli.rs feat: make agent automation a first-class cli primitive 2026-07-19 23:56:07 +03:00
client_mode.rs fix: improve config diagnostic delivery 2026-07-10 17:28:31 +03:00
cross_area.rs perf: replace agent spinners with static status marks 2026-07-28 14:56:53 +03:00
detach_reattach.rs feat: emit placement mutation events 2026-06-29 20:39:54 +03:00
live_handoff.rs fix: count ptmx master fds under devpts layouts (#1984) 2026-07-29 01:20:58 +03:00
multi_client.rs test: wait for multi-client resize propagation 2026-07-15 23:33:23 +03:00
server_headless.rs feat: emit placement mutation events 2026-06-29 20:39:54 +03:00