1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
MSP-Greg 9fb12283db Fixes Cluster worker shutdown/restart (#1908)
* cluster.rb - fixup worker wait in Cluster, add Worker#term?

1. Cluster - fix wait in #check_workers, #stop_workers
2. Cluster - add private wait_workers method for use in above
2. Worker  - add #term? method for use in above

* Adds two tests for worker SIGTERM/respawn and phased-restart

test_worker_spawn_external_term - sends SIGTERM to workers, checks respawn, etc

test_worker_phased_restart - checking worker handling during phased-restart
2019-08-23 07:07:28 +00:00
..
config Allow to define a custom formatter for logs (#1816) 2019-08-01 12:21:23 -07:00
helpers tests - clean up - three commits (#1903) 2019-08-12 03:32:46 -07:00
rackup tests - clean up - three commits (#1903) 2019-08-12 03:32:46 -07:00
shell Add status to pumactl with pidfile (#1824) 2019-06-23 19:36:06 -05:00
helper.rb tests - clean up - three commits (#1903) 2019-08-12 03:32:46 -07:00
test_app_status.rb Test cleanup and parallelization (#1846) 2019-07-16 18:53:28 -04:00
test_binder.rb add no_tlsv1_1 to binder, config, etc 2019-08-03 14:56:30 -05:00
test_cli.rb tests - clean up - three commits (#1903) 2019-08-12 03:32:46 -07:00
test_config.rb add no_tlsv1_1 to binder, config, etc 2019-08-03 14:56:30 -05:00
test_events.rb Add REQUEST_PATH on parse error message (#1831) 2019-07-27 09:15:55 -07:00
test_http10.rb make test_helper no longer be loaded as a test (#1283) 2017-05-12 12:16:55 -07:00
test_http11.rb Fix test warnings (#1901) 2019-08-10 08:14:11 -07:00
test_integration.rb Fixes Cluster worker shutdown/restart (#1908) 2019-08-23 07:07:28 +00:00
test_iobuffer.rb make test_helper no longer be loaded as a test (#1283) 2017-05-12 12:16:55 -07:00
test_minissl.rb make test_helper no longer be loaded as a test (#1283) 2017-05-12 12:16:55 -07:00
test_null_io.rb Cleanup tests, parallelize a few (#1850) 2019-07-27 09:47:19 -07:00
test_persistent.rb Cleanup tests, parallelize a few (#1850) 2019-07-27 09:47:19 -07:00
test_puma_server.rb Fix a bug that the last CRLF of chunked body may be used in the next request (#1812) 2019-08-03 15:52:09 -07:00
test_puma_server_ssl.rb test_puma_server_ssl.rb - add tests for #no_tlsv1, #no_tlsv1_1 2019-08-03 14:55:53 -05:00
test_pumactl.rb Check puma config environment file on control_cli (#1885) 2019-08-10 11:34:35 -07:00
test_rack_handler.rb Rack handler should use provided default host 2019-01-04 16:09:56 -06:00
test_rack_server.rb Cleanup tests, parallelize a few (#1850) 2019-07-27 09:47:19 -07:00
test_tcp_logger.rb Avoid mutating global STDOUT & STDERR (#1837) 2019-07-25 12:09:51 -07:00
test_tcp_rack.rb Avoid hardcoding ports 2018-03-20 11:25:26 -05:00
test_thread_pool.rb Cleanup tests, parallelize a few (#1850) 2019-07-27 09:47:19 -07:00
test_unix_socket.rb fix test/test_unix_socket.rb (#1870) 2019-07-29 18:16:09 -07:00
test_web_server.rb test_web_server.rb - fix intermittent errors (#1898) 2019-08-09 11:19:40 -07:00