summaryrefslogtreecommitdiff
path: root/internal/flamegraph
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-21 21:25:27 +0200
committerPaul Buetow <paul@buetow.org>2026-02-21 21:25:27 +0200
commitb443f001cce8662a7fdccd4e0e7f707f7b2b47b8 (patch)
tree017138e189d77bd537a9d4a0d22f28fb2aa5147e /internal/flamegraph
parent69395ffff024254b114eeba543af68cc6ca77f0c (diff)
Add negative integration tests for unlink syscalls (task 348)
Add three negative test scenarios for unlink syscall family: - unlink-enoent: SYS_UNLINK on nonexistent file (ENOENT) - unlink-rmdir-notempty: SYS_RMDIR on non-empty directory (ENOTEMPTY) - unlink-unlinkat-enoent: SYS_UNLINKAT on nonexistent file (ENOENT) All scenarios use raw syscalls to hit exact tracepoints and verify ior captures them on entry even when the kernel returns an error. Amp-Thread-ID: https://ampcode.com/threads/T-019c81a6-6612-7247-9d54-6da5b63a38b4 Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'internal/flamegraph')
0 files changed, 0 insertions, 0 deletions