summaryrefslogtreecommitdiff
path: root/internal/eventloop_test.go
AgeCommit message (Expand)Author
2026-03-18refactor: extract pairTracker and extend fdTracker to reduce eventLoop respon...Paul Buetow
2026-03-08tests: replace eventloop sleep synchronization with deterministic signalingPaul Buetow
2026-03-08eventloop: remove gosched by snapshotting emitted fd statePaul Buetow
2026-03-08task(ior): remove eventloop busy-wait polling (task 2b8f8f83)Paul Buetow
2026-03-06refactor: use pointer receivers for FdFile consistently (task 382)Paul Buetow
2026-03-06refactor: make wrappers the only eventloop state maps (task 383)Paul Buetow
2026-03-06fix: return errors for invalid event filters (task 382)Paul Buetow
2026-03-03Invalidate proc-fd cache on close_rangePaul Buetow
2026-03-01eventloop: inject runtime config instead of flags singleton (task 315)Paul Buetow
2026-02-23Track pidfd_getfd returned fds in eventloopPaul Buetow
2026-02-23Add getcwd tracing support and stabilize comm propagation testPaul Buetow
2026-02-23Fix integration trace expectations and fd/open event handlingPaul Buetow
2026-02-22Add copy_file_range support and tracepoint attach testsPaul Buetow
2026-02-22Implement mmap/msync syscall support with unit and integration coveragePaul Buetow
2026-02-22Implement sync_file_range coverage and document mage world bootstrapPaul Buetow
2026-02-21fix: close_range path resolution - lookup fd before deleting from mapPaul Buetow
2026-02-21Add byte count tracking to event pairsPaul Buetow
2026-02-21Enable name_to_handle_at and io_uring fd attributionPaul Buetow
2026-02-21Track io_uring setup fds in event loopPaul Buetow
2026-02-21Handle close_range cleanupPaul Buetow
2025-10-09fix unit tests, initial hard exclude of not working yet syscallsPaul Buetow
2025-10-08clarify, that some tests are there already for FCNTLPaul Buetow
2025-07-11fix the fctnl F_SET bugPaul Buetow
2025-07-11Add comprehensive unit tests for FcntlEvent handlingPaul Buetow
2025-07-10Remove outdated dup3 TODO and add comprehensive testsPaul Buetow
2025-07-10fix: Add delay to EnterOnlyTest to prevent race conditionPaul Buetow
2025-07-10feat: Add comprehensive filtering and comm tracking testsPaul Buetow
2025-07-10fix: Update EnterOnlyTest to only verify OpenEvent pendingPaul Buetow
2025-07-10test: add file descriptor lifecycle testsPaul Buetow
2025-07-10test: add io_uring_setup syscall test casePaul Buetow
2025-07-10Add comprehensive test cases for all syscall event typesPaul Buetow
2025-07-10Add remaining helper functions for eventloop testsPaul Buetow
2025-07-10Add comprehensive eventloop tests for multiple syscall typesPaul Buetow
2025-04-17more about thisPaul Buetow
2025-04-16orePaul Buetow
2025-04-16add EqualsPaul Buetow
2025-04-16more on testingPaul Buetow
2025-04-16fix commPaul Buetow
2025-04-16fixPaul Buetow
2025-04-16eventloop initial test plus fixPaul Buetow
2025-04-15more on testingPaul Buetow
2025-04-11initial du testPaul Buetow
2025-04-01add benchmarkPaul Buetow