1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
sthirugn 3060a75fcc
Add optional state file permissions (#2238)
Before this commit, it was possible that the puma.state file would be world readable which may not be desirable in production environments. This introduces a new optional configuration option to set desired state file permissions.
2020-05-07 12:13:35 +09:00
..
bundle_preservation_test
config [changelog skip] Move integration logging test to main test suite (#2240) 2020-04-29 15:06:11 +09:00
helpers Faster phased restart and worker timeout 2020-04-15 08:56:43 +09:00
minitest Support parallel tests in verbose progress reporting (#2223) 2020-04-20 09:45:43 +09:00
rackup
shell [changelog skip] Move integration logging test to main test suite (#2240) 2020-04-29 15:06:11 +09:00
helper.rb Support parallel tests in verbose progress reporting (#2223) 2020-04-20 09:45:43 +09:00
test_app_status.rb
test_binder.rb
test_cli.rb Merge branch 'fix_up_config_defaults' of https://github.com/jalevin/puma into jalevin-fix_up_config_defaults 2020-04-22 08:20:51 +09:00
test_config.rb Nitpicks 2020-04-22 08:35:28 +09:00
test_events.rb
test_http10.rb
test_http11.rb
test_integration_cluster.rb Faster phased restart and worker timeout 2020-04-15 08:56:43 +09:00
test_integration_pumactl.rb Faster phased restart and worker timeout 2020-04-15 08:56:43 +09:00
test_integration_single.rb [changelog skip] Move integration logging test to main test suite (#2240) 2020-04-29 15:06:11 +09:00
test_iobuffer.rb
test_launcher.rb Add optional state file permissions (#2238) 2020-05-07 12:13:35 +09:00
test_minissl.rb
test_null_io.rb
test_out_of_band_server.rb Improvements to out_of_band hook (#2234) 2020-04-30 12:02:49 +09:00
test_persistent.rb
test_plugin.rb
test_preserve_bundler_env.rb Fix warnings for !HAS_FORK [changelog skip] (#2187) 2020-03-16 09:29:18 -06:00
test_puma_server.rb Improvements to out_of_band hook (#2234) 2020-04-30 12:02:49 +09:00
test_puma_server_ssl.rb Fix SSL session warning by actually opening a connection. Close #1997 2020-04-21 10:28:25 +09:00
test_pumactl.rb Add tests for ControlCLI when command is invalid/not present (#2248) 2020-05-06 16:15:05 +09:00
test_rack_handler.rb [changelog skip] Move integration logging test to main test suite (#2240) 2020-04-29 15:06:11 +09:00
test_rack_server.rb
test_redirect_io.rb Run tests on TruffleRuby, all tests pass now (#2198) 2020-03-25 06:13:31 +09:00
test_thread_pool.rb Fix ThreadPool#shutdown timeout accuracy (#2221) 2020-04-17 10:38:30 +09:00
test_unix_socket.rb
test_web_server.rb