about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2009-11-11tests: more stringent tests for error handling
2009-11-09tests: ensure we process "START" from FIFO when starting
2009-11-09tests: heartbeat-timeout: simplify and avoid possible race
2009-11-09tests: ensure proper accounting of worker_connections
2009-11-09rev_thread_spawn: 16K chunked reads work better
2009-11-09tests: extra check to avoid race in reopen logs test
2009-11-09tests: add executable permissions to t0102
2009-11-08rev_thread_spawn/revactor: fix TeeInput for short reads
2009-11-08initial cut of the RevThreadSpawn model
2009-11-07tests: sha1.ru now handles empty bodies
2009-11-07tests: allow use of alternative sha1 implementations
2009-11-06cleanup worker heartbeat and master deathwatch
2009-11-05t0100: more precise `expr` usage
2009-11-05ensure RACK_ENV is inherited from the parent env
2009-11-05tests: staggered trailer upload test
2009-11-05cleanup: remove unused t????.ru test files
2009-11-04t0004: tighten up timeout test
2009-11-01tests: make timeout tests reliable under 1.9
2009-10-31tests: avoid single backquote in echo
2009-10-30rev: split out heartbeat class
2009-10-27revactor: require 0.1.5, remove 0.1.4 workarounds
2009-10-27test-lib: DWIM handling of temp UNIX sockets
2009-10-26tests: generate all dependencies atomically
2009-10-26tests: error out if socat + curl aren't reachable
2009-10-26tests: gracefully exit if EventMachine is not available
2009-10-26tests: only load Revactor tests under 1.9.1
2009-10-26eventmachine: add async_sinatra support
2009-10-26tests: make large file memory tests more reliable
2009-10-26eventmachine 0.12.8 passes all tests
2009-10-26eventmachine: get basic tests working
2009-10-24tests: allow "make $model" to run tests for that model
2009-10-24t9000: bail if run with an unsupported/pointless model
2009-10-24tests: remove symlinks and small files, use Make
2009-10-24tests: port all existing tests to TAP library
2009-10-24tests: add a TAP producer shell library
2009-10-24tests: common setup and wait_start functions
2009-10-24tests: prefer "RUBY" to lowercased "ruby"
2009-10-24tests: avoid race condition in reopen logs test
2009-10-22tests: hopefully fix stalls in input trailer tests
2009-10-20tests: avoid needlessly remaking "rainbows"
2009-10-19rev: fix static file responses under HTTP/0.9
2009-10-19test-lib: avoid stalling due to bad FIFO handling
2009-10-19tests: more correct HTTP/0.9 test
2009-10-18tests: predictable and simpler tempfile management
2009-10-18tests: DWIM FIFO creation
2009-10-18tests: more reliable error checking
2009-10-18rev: async response bodies with DevFdResponse middleware
2009-10-17tests: for log reopening for all concurrency models
2009-10-17tests: rack.input hammer concurrency testing
2009-10-17tests: common basic HTTP tests for all models