Files
containerd/cmd
Jintao Zhang cf772973cf process/io: ignore SIGTERM exit in cancel() to fix flaky test
When cancel() sends SIGTERM to a short-lived logging binary that is
already mid-exit, cmd.Wait() may return 'signal: terminated'. This is
expected behavior since we sent the SIGTERM ourselves, so treat it as
a normal exit.

Fixes flaky TestNewBinaryIOBinaryV2Ready.

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2026-04-05 13:41:54 +00:00
..
2026-03-17 13:36:16 +01:00
2024-02-15 09:48:04 -08:00
2024-10-02 01:50:48 +00:00