about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2013-10-26tests: increase mkserver use to reduce LoC
2013-10-26fix output buffer corner-case for static files
2013-10-26output_buffering handles odd EAGAIN cases
2013-10-26test_expect_100: cleanup unused var
2013-10-25enforce FD_CLOEXEC on all pipes, including tests
2013-10-24implement + test Expect: 100-continue handling
2013-10-24tests: enable checks for desperate client expiry
2013-10-23test/server_helper: fix undefined variable
2013-10-22config: implement atfork handlers
2013-10-22tests: enforce close_on_exec on all client sockets
2013-10-22tests: do not lose exceptions on quit timeouts
2013-10-22test_server: remove skipped multi-process balance test
2013-10-22test/helper: Dir.mktmpdir works without blocks
2013-10-21test_bin: shutdown socket when not inheriting
2013-10-21wip for EADDRINUSE failure
2013-10-21test_wbuf: avoid floating point arg to read_nonblock
2013-10-21test_output_buffering: workaround a rbx bug
2013-10-21tests: support disabling parallelization env
2013-10-20tests: improve output to show RUBY_DESCRIPTION and full path
2013-10-20test/helper: correctly handle exit code in test runner
2013-10-20test_reopen_logs: workaround timing problem with worker_processes
2013-10-20test_config: isolate directories with logs
2013-10-20test/helper: prevent minitest at_exit from running in children
2013-10-20tests: disable $-w on 1.9.3 to quiet down warnings
2013-10-20test_server: bigger delays for graceful shutdown test
2013-10-20test_bin: set close-on-exec for Ruby 1.9.3 compatibility
2013-10-20ensure we stop all threads at exit
2013-10-20test/server_helper: dump entire log on errors
2013-10-20test_server: skip test_mp_balance for now
2013-10-19test_bin: add additional tests for SIGHUP
2013-10-19fix USR1 log reopening when using worker_processes
2013-10-19SIGUSR2 handling uses Process.spawn + tests
2013-10-19fix and test Rack hijack support
2013-10-19wire up client_max_body_size limits
2013-10-19test/helper: fix __covmerge race for forked processes
2013-10-18disable persistent connections on SIGQUIT
2013-10-18http_response: respect setups with non-persistent connections
2013-10-18test: cleanup socket usage and lifetimes
2013-10-18test_client_expire: WIP test for EMFILE expiry
2013-10-18test and fix client expiry
2013-10-18initial commit