summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-31 18:51:09 +0300
committerPaul Buetow <paul@buetow.org>2026-05-31 18:51:09 +0300
commitc6a89452bd6872a380d4ce0dc9ec35ea0c66ef9e (patch)
treef81a264a563da4d9d40c834e6326ad39571351c4 /docs
parent6d0d7814c052f5540746456c8e3c47cc1657bf61 (diff)
test(timer): add POSIX timer family end-to-end integration coverage
The POSIX per-process timer family (timer_create, timer_settime, timer_gettime, timer_getoverrun, timer_delete) had no end-to-end integration coverage; only the unrelated fd-returning sibling timerfd_create was exercised. Add a posix-timer-lifecycle workload scenario and TestPosixTimerLifecycle to validate these are traced as null_events, and guard against timer_create being misclassified like timerfd_create (timer_create returns a timer_t via an output pointer, not an fd, so its records must carry no 'timerfd:' descriptor path). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions