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 909f51e711
[CI] Fix intermittent integration test failures/errors (#2751)
* [CI] helpers/integration.rb - fix read_body

* [CI] helpers/integration.rb - Windows refused

* [CI] helpers/integration.rb - exception handling code

* [CI] helpers/integration.rb - Windows fixes

* [CI] test_preserve_bundler_env.rb - remove redundant write

* [CI] test_integration_cluster.rb - allow for read timeout error

* [CI] helpers/integration.rb - darwin exception

* [CI] helpers/integration.rb - hot-restart timing
2021-12-10 12:56:39 -07:00
..
bundle_app_config_test Preserve BUNDLE_APP_CONFIG on worker fork (#2688) 2021-09-03 10:52:35 -07:00
bundle_preservation_test Leave BUNDLE_GEMFILE unset in workers if it was unset in the master (#2154) 2020-03-10 11:46:20 -06:00
config Use correct paths in test/config/ssl_config.rb (#2750) 2021-11-06 12:36:39 +01:00
helpers [CI] Fix intermittent integration test failures/errors (#2751) 2021-12-10 12:56:39 -07:00
minitest Support parallel tests in verbose progress reporting (#2223) 2020-04-20 09:45:43 +09:00
rackup More elaborate exception handling. (#2700) 2021-09-16 10:54:14 -06:00
worker_gem_independence_test Remove use of json gem (#2479) 2020-11-10 10:16:42 -07:00
helper.rb Test Fixes (#2693) 2021-09-07 16:02:00 -06:00
test_app_status.rb Change Puma.stats to return a hash instead of a JSON string (#2086) 2019-12-17 12:38:48 +07:00
test_binder.rb Support for cert_pem and key_pem with ssl_bind DSL (#2728) 2021-10-31 14:59:21 +01:00
test_busy_worker.rb Extract calls to purge_interrupt_queue (#2716) 2021-10-01 14:11:15 -06:00
test_cli.rb CI - itermittent fix and RuboCop (#2741) 2021-11-02 20:31:18 +01:00
test_config.rb Support for cert_pem and key_pem with ssl_bind DSL (#2728) 2021-10-31 14:59:21 +01:00
test_error_logger.rb Avoid mutating stdout and stderr (#2486) 2020-12-02 10:43:53 -07:00
test_events.rb Add #flush and #sync methods to Puma::NullIO (#2553) 2021-02-10 15:30:24 -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 test_http11: make Digestuse thread-safe (#2744) 2021-11-02 16:52:39 -05:00
test_integration_cluster.rb [CI] Fix intermittent integration test failures/errors (#2751) 2021-12-10 12:56:39 -07:00
test_integration_pumactl.rb Update helper.rb TestSkips, add HAS_UNIX_SOCKET to puma.rb [changelog skip] (#2576) 2021-03-15 08:10:43 -06:00
test_integration_single.rb Try to fix intermittent CI issues (#2739) 2021-10-31 12:06:58 +01:00
test_integration_ssl.rb Support for cert_pem and key_pem with ssl_bind DSL (#2728) 2021-10-31 14:59:21 +01:00
test_integration_systemd.rb systemd - fix event firing (#2591) 2021-05-04 20:14:33 -06:00
test_iobuffer.rb IOBuffer back to Ruby (#1980) 2020-02-27 13:50:34 -06:00
test_json_serialization.rb Rename Puma::JSON to Puma::JSONSerialization (#2640) 2021-06-09 08:55:45 -06:00
test_launcher.rb Update helper.rb TestSkips, add HAS_UNIX_SOCKET to puma.rb [changelog skip] (#2576) 2021-03-15 08:10:43 -06:00
test_minissl.rb Support for cert_pem and key_pem with ssl_bind DSL (#2728) 2021-10-31 14:59:21 +01:00
test_null_io.rb Add #flush and #sync methods to Puma::NullIO (#2553) 2021-02-10 15:30:24 -07:00
test_out_of_band_server.rb Extract calls to purge_interrupt_queue (#2716) 2021-10-01 14:11:15 -06:00
test_persistent.rb Updates for non MRI CI stablity [changelog skip] (#2434) 2020-10-19 09:22:28 -06:00
test_plugin.rb PluginRegistry#fire_background - fix up per issue 1972 (#1973) 2019-09-18 15:53:29 +02:00
test_preserve_bundler_env.rb [CI] Fix intermittent integration test failures/errors (#2751) 2021-12-10 12:56:39 -07:00
test_puma_localhost_authority.rb Test Fixes (#2693) 2021-09-07 16:02:00 -06:00
test_puma_server.rb Always send lowlevel_error response to client (#2731) 2021-11-02 14:54:22 -05:00
test_puma_server_ssl.rb [CI] OpenSSL 3.0 - Fix error message in test_verify_fail_if_client_unknown_ca (#2760) 2021-11-24 11:39:14 -06:00
test_pumactl.rb Add support for APP_ENV environment variable 2021-09-20 10:12:38 -05:00
test_rack_handler.rb test_rack_handler.rb - fix intermittent JRuby CI failures 2021-04-16 19:25:25 -05:00
test_rack_server.rb Merge pull request #2306 from alexeevit/feature/use-tempfile-for-state-sock-files 2020-09-08 12:49:04 -07:00
test_redirect_io.rb Update helper.rb TestSkips, add HAS_UNIX_SOCKET to puma.rb [changelog skip] (#2576) 2021-03-15 08:10:43 -06:00
test_response_header.rb Always send lowlevel_error response to client (#2731) 2021-11-02 14:54:22 -05:00
test_thread_pool.rb CI - itermittent fix and RuboCop (#2741) 2021-11-02 20:31:18 +01:00
test_unix_socket.rb Add support for Linux's abstract sockets (#2564) 2021-04-24 17:24:44 -06:00
test_web_server.rb Test files - more port handling 2020-07-22 21:00:03 -05:00
test_worker_gem_independence.rb Update helper.rb TestSkips, add HAS_UNIX_SOCKET to puma.rb [changelog skip] (#2576) 2021-03-15 08:10:43 -06:00