1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
schneems f048f38416 Fix server tests
The tests all use a port which may not be available (it isn't always open on travis). Instead we can tell the tcp server to bind to port 0 which means it will find a free port, since the tests rely on sending data to that port, we must record the actual port connected to and retrieve that information from the server.
2016-02-04 10:15:41 -06:00
..
config Don't persist before_fork hook in state file 2015-12-10 09:01:47 +01:00
shell
ab_rs.rb
config.rb
hello-bind.ru
hello-delay.ru
hello-map.ru Pull over and use Rack::URLMap. Fixes #741 2015-07-17 10:52:06 -07:00
hello-post.ru
hello-stuck.ru
hello-tcp.ru
hello.ru
hijack.ru
hijack2.ru
lobster.ru
mime.yaml
slow.ru
ssl_config.rb
test_app_status.rb
test_cli.rb Disable worker dependent test on jruby 2016-01-27 21:08:04 -08:00
test_config.rb ruby 1.8.7 compatibility patches 2015-07-29 09:16:24 -05:00
test_http10.rb
test_http11.rb Try to figure out why 2.2.0 isn't failing htis test 2015-06-10 13:13:28 -07:00
test_integration.rb
test_iobuffer.rb
test_minissl.rb
test_null_io.rb
test_persistent.rb Use Timeout.timeout instead of Object.timeout 2016-01-14 20:45:20 -06:00
test_puma_server.rb Fix server tests 2016-02-04 10:15:41 -06:00
test_puma_server_ssl.rb support TLS client auth (verify_mode) in jruby 2015-11-28 18:17:01 -08:00
test_rack_handler.rb
test_rack_server.rb Remove rack dependency. Fixes #705 2015-07-14 10:28:59 -07:00
test_tcp_rack.rb
test_thread_pool.rb
test_unix_socket.rb
test_ws.rb
testhelp.rb