Skip to content
Commit 75d14834 authored by Manuel Stoeckl's avatar Manuel Stoeckl Committed by Simon Ser
Browse files

event-loop-test: Confirm distant timers do not fire



This change expands the `event_loop_timer` test to use two different
timers with different timeouts; it now implicitly checks that e.g.
both timers do not expire at the same time, and that the first timer
expiring does not prevent the second from doing so. (While such failure
modes are unlikely with timer event sources based on individual
timerfds, they are possible when multiple timers share a common timerfd.)

Signed-off-by: default avatarManuel Stoeckl <code@mstoeckl.com>
parent a0d941e4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment