about summary refs log tree commit homepage
path: root/test/unit/test_signals.rb
DateCommit message (Expand)
2018-05-01quiet some mismatched indentation warnings
2015-02-06fix uninstalled testing and reduce require paths
2013-10-26license: allow all future versions of the GNU GPL
2013-05-04test_signals: increase delay between Process.kill
2012-11-13tests: remove assert_nothing_raised (part 2)
2011-08-29add GPLv3 option to the license
2011-06-17ensure at_exit handlers run on graceful shutdown
2010-10-05test_signals: enable test under Rubinius
2010-06-17tests: reenable more tests for rbx
2010-06-08test: mark failing tests for Rubinius
2010-01-19initialize signal handlers before writing pid file
2009-10-31test_signals: avoid portability issues with fchmod(2)
2009-09-27test_signals: ensure we can parse pids in response
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-10test_signals: unlink log files of KILL-ed process
2009-06-29"Fix" tests that break with stream_input=false
2009-05-10Enforce minimum timeout at 3 seconds
2009-05-04test_signals: ready workers before connecting
2009-05-03Instant shutdown signals really mean instant shutdown
2009-05-03Safer timeout handling and test case
2009-04-13Expose worker to {before,after}_fork hooks
2009-04-03Add a test for signal recovery