about summary refs log tree commit homepage
path: root/t/test-lib.sh
DateCommit message (Expand)
2013-02-04tests: "wc -l" portability for *BSDs
2013-02-01tests: "wc -c" portability for *BSDs
2013-02-01tests: replace non-portable "date +%s" with ruby equivalent
2011-05-30test-lib: enable splice(2) for Linux 3.x
2011-05-16tests: unify checks for copy_stream and threaded app dispatch
2011-05-16add "copy_stream" config directive
2010-12-27test-lib: fix bug in setting worker_connections
2010-12-27initial cool.io support
2010-10-28tests: avoid race conditions on reload tests
2010-06-11update test infrastructure to support Rubinius
2010-06-04test-lib: set NO_PROXY to counter http_proxy
2010-06-03test-lib: remove ancient wait_for_pid() function
2010-05-20tests: chunked client_body_max_size fails with old curl
2010-05-20tests: fix sha1sum usage
2010-05-14test: do not let async-response run with Base
2010-05-03add client_max_body_size config directive
2010-02-20test-lib: make FIFO start check an after_fork hook
2010-02-20test-lib: remove needless fd closing
2009-11-28tests: more stringent error checking in logs
2009-11-18make keepalive_timeout configurable
2009-11-09tests: ensure we process "START" from FIFO when starting
2009-11-07tests: allow use of alternative sha1 implementations
2009-10-27test-lib: DWIM handling of temp UNIX sockets
2009-10-26tests: gracefully exit if EventMachine is not available
2009-10-24tests: remove symlinks and small files, use Make
2009-10-24tests: port all existing tests to TAP library
2009-10-24tests: common setup and wait_start functions
2009-10-24tests: prefer "RUBY" to lowercased "ruby"
2009-10-19test-lib: avoid stalling due to bad FIFO handling
2009-10-18tests: predictable and simpler tempfile management
2009-10-18tests: DWIM FIFO creation
2009-10-18tests: more reliable error checking
2009-10-17tests: for log reopening for all concurrency models
2009-10-17tests: DRY require tests for Rev/Revactor
2009-10-17test-lib: quiet down pipefail error message
2009-10-17tests: DRY Ruby requires based on model
2009-10-17tests: DRY setting of the "model" environment var
2009-10-17tests: fix issues with non-portable shell constructs
2009-10-17tests: introduce require_for_model function
2009-10-17test-lib: dbgcat adds headers with key name
2009-10-14preliminary Rev support
2009-10-10tests: enable pipefail shell option if possible
2009-10-08tests: add dbgcat() utility method
2009-10-08tests: simplify temporary file management
2009-10-05Avoid naming names in LICENSE/README files
2009-10-04Add new test suite and basic cases