1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
Pierre-Louis Gottfrois 3f3c2f6eb0
Adds a --silent option to the CLI (#2803)
* Adds a --silent option to the CLI

* Fixes silent opt not to silence stderr

* Removes un-used arg variable from CLI opt block handler
2022-01-19 09:31:46 -07:00
..
bundle_app_config_test
bundle_preservation_test
config Support localhost integration in ssl_bind (#2764) 2022-01-18 11:37:28 -07:00
helpers
minitest
rackup
worker_gem_independence_test
helper.rb tests: add TEST_CASE_TIMEOUT (#2765) 2021-12-11 14:59:49 -07:00
test_app_status.rb
test_binder.rb Allow backlog parameter to be set with ssl_bind DSL (#2780) 2022-01-01 16:11:22 -06:00
test_busy_worker.rb
test_cli.rb Adds a --silent option to the CLI (#2803) 2022-01-19 09:31:46 -07:00
test_config.rb Support localhost integration in ssl_bind (#2764) 2022-01-18 11:37:28 -07:00
test_error_logger.rb
test_events.rb
test_http10.rb
test_http11.rb
test_integration_cluster.rb In fork_worker mode, worker_culling_strategy "oldest" shouldn't cull worker 0 (#2794) 2022-01-10 06:26:40 -07:00
test_integration_pumactl.rb [CI] Update actions, fix intermittent test error (#2801) 2022-01-17 09:07:57 -06:00
test_integration_single.rb
test_integration_ssl.rb Support localhost integration in ssl_bind (#2764) 2022-01-18 11:37:28 -07:00
test_integration_systemd.rb
test_iobuffer.rb
test_json_serialization.rb
test_launcher.rb
test_minissl.rb
test_null_io.rb
test_out_of_band_server.rb
test_persistent.rb
test_plugin.rb
test_preserve_bundler_env.rb
test_puma_localhost_authority.rb
test_puma_server.rb
test_puma_server_ssl.rb Fix warning from Ruby master (will be 3.2.0) (#2785) 2022-01-02 08:52:17 -06:00
test_pumactl.rb [CI] Remove the t3-pid file after tests 2021-12-14 09:06:36 -06:00
test_rack_handler.rb
test_rack_server.rb
test_redirect_io.rb
test_response_header.rb
test_thread_pool.rb Allow backlog parameter to be set with ssl_bind DSL (#2780) 2022-01-01 16:11:22 -06:00
test_unix_socket.rb
test_web_server.rb
test_worker_gem_independence.rb