about summary refs log tree commit homepage
path: root/t/heartbeat-timeout.ru
DateCommit message (Collapse)
2009-11-09tests: heartbeat-timeout: simplify and avoid possible race
It seems possible to have a race condition here with the FIFO being overloaded for both start detection and blocking. Since SIGSTOP is unavoidable, just use that instead and sleep immediately afterwards in case SIGSTOP is not processed in time.
2009-11-01tests: make timeout tests reliable under 1.9
We need to resort to SIGSTOP to block off processes entirely since 1.9 uses native threads.
2009-10-30rev: split out heartbeat class
This module will be reused in upcoming Rev-derived concurrency models.