1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test/config
João Fernandes 503b1cde53
Allow specifying the desired IO selector backend for nio4r (#2522)
* Allow specifying the desired IO selector backend

nio4r will soon have experimental support for io_uring via libev. The brave
might want to try it out :) regardless of that, allowing users to explicitly
set the IO selector backend seems like a good idea to me.

* Change History.md

* Add PR number

* Fix History.md

Oops!

* Update docs based on PR feedback

* Add test serving requests using a custom IO selector

* Document the NIO4R_PURE environment variable

* Raise clearer error when the requested backend is unsupported

* Simply boot the server and check the backend
2021-01-12 09:39:33 -07:00
..
ab_rs.rb sort configs/rackups/tests (#1268) 2017-04-11 14:08:18 -07:00
app.rb Ignore multiple port declarations 2015-02-17 08:58:19 -06:00
control_no_token.rb Fixes the bug that wouldn't allow no_token be set to true (#1803) 2019-05-28 09:37:34 -04:00
cpu_spin.rb Inject small delay to improve requests distribution 2020-05-05 17:06:28 +02:00
custom_log_formatter.rb Allow to define a custom formatter for logs (#1816) 2019-08-01 12:21:23 -07:00
plugin1.rb PluginRegistry#fire_background - fix up per issue 1972 (#1973) 2019-09-18 15:53:29 +02:00
prune_bundler_print_json_defined.rb Remove use of json gem (#2479) 2020-11-10 10:16:42 -07:00
prune_bundler_print_nio_defined.rb Add tests to ensure that nio4r is not loaded into the puma master 2020-12-16 19:48:19 -08:00
prune_bundler_with_deps.rb Fix Bundler::GemNotFound errors for nio4r gem (#2427) 2020-10-20 07:31:23 -06:00
prune_bundler_with_multiple_workers.rb Fix recursive prune_bundler 2020-07-27 15:02:11 +03:00
settings.rb Specified parameters should overwrite loaded config files 2017-01-30 20:29:19 -08:00
ssl_config.rb Allow mutual TLS CA to be set using ssl_bind DSL 2019-02-20 14:27:00 -06:00
state_file_testing_config.rb Let's use Rubocop! (#1325) 2017-06-04 13:21:05 -07:00
suppress_exception.rb add tests 2019-02-21 21:31:35 +01:00
t1_conf.rb [changelog skip] Move integration logging test to main test suite (#2240) 2020-04-29 15:06:11 +09:00
t2_conf.rb removed rackup from conf 2020-08-27 16:55:34 +05:30
t3_conf.rb [changelog skip] Move integration logging test to main test suite 2020-08-28 13:34:55 +05:30
with_float_convert.rb Revert "Revert "Adds configuration option to set max_fast_inline (#2406)"" 2020-10-26 15:59:30 -06:00
with_integer_convert.rb worker_timeout, worker_boot_timeout, worker_shutdown_timeout fix integer convert (#1450) 2018-03-19 15:05:15 -06:00
with_rackup_from_dsl.rb Prefer rackup file specified by CLI (#2236) 2020-04-28 08:15:33 +09:00
with_symbol_convert.rb Allow specifying the desired IO selector backend for nio4r (#2522) 2021-01-12 09:39:33 -07:00
worker_shutdown_timeout_2.rb Update test_integration files per PR #1956 (#1965) 2019-09-19 19:37:53 +02:00