| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-22 | Fix event comm attribution and reduce integration log noise | Paul Buetow | |
| 2026-02-22 | Stabilize close invalid-fd integration test against empty comm | Paul Buetow | |
| 2026-02-21 | Add negative integration tests for close syscalls | Paul Buetow | |
| Add three negative scenarios to verify ior captures tracepoints even when close syscalls fail: - close-invalid-fd: close an fd (99999) that was never opened (EBADF) - close-double-close: open a file, close it, close same fd again (EBADF) - close-range-empty: close_range on high fd range with no open fds Task: 348 Amp-Thread-ID: https://ampcode.com/threads/T-019c8190-c9ae-776e-b00d-476207d8c10e Co-authored-by: Amp <amp@ampcode.com> | |||
| 2026-02-21 | more on integration tests | Paul Buetow | |
