1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
Jesús Burgos Maciá 2db1ef10f7 Fix: Invalid JSON on gc-stats (#1801)
* Fix: Invalid JSON on gc-stats

Credits of this patch should be for @jdsundberg, who reported the issue
but never sent a patch. Link to his bug report is below.

Closes #1687.

* Update tests so JSON response is correctly parsed

JSON without a whitespace between key and values wasn't being correctly
parsed (for example: `key: 'value'` was processed ok, but `key:'value'`
wasn't).
2019-05-21 07:43:18 -05:00
..
config Merge pull request #1689 from michaelherold/allow-ca-to-be-set-in-bind-dsl 2019-03-11 16:39:52 -07:00
rackup Update test skips, use next_port 2019-02-20 14:15:55 -06:00
shell No more ubygems.rb in trunk / 2.5. Change -rubygems to -rrubygems (#1442) 2017-10-19 15:49:31 -06:00
helper.rb test/helper.rb - skip for #fork, UnixSocket, and signals 2019-02-20 13:50:35 -06:00
test_app_status.rb make test_helper no longer be loaded as a test (#1283) 2017-05-12 12:16:55 -07:00
test_binder.rb Update test_binder.rb 2019-02-19 21:59:39 -06:00
test_cli.rb Fix: Invalid JSON on gc-stats (#1801) 2019-05-21 07:43:18 -05:00
test_config.rb Merge pull request #1689 from michaelherold/allow-ca-to-be-set-in-bind-dsl 2019-03-11 16:39:52 -07:00
test_events.rb Require puma/events in test helper (#1418) 2017-09-23 05:44:21 +09: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 Updates for frozen string literal compatibility. (#1376) 2017-08-02 19:02:40 -06:00
test_integration.rb small fixes - binder.rb client.rb test_integration.rb (#1784) 2019-04-27 12:06:48 +09: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 make test_helper no longer be loaded as a test (#1283) 2017-05-12 12:16:55 -07:00
test_persistent.rb Avoid hardcoding ports 2018-03-20 11:25:26 -05:00
test_puma_server.rb Fixing issue with remote_addr persisting between requests - adding a test 2019-03-11 13:56:59 -04:00
test_puma_server_ssl.rb Update test skips, use next_port 2019-02-20 14:15:55 -06:00
test_pumactl.rb test_pumactl.rb - remove skip on test_control_url 2018-07-14 20:11:00 -05:00
test_rack_handler.rb Rack handler should use provided default host 2019-01-04 16:09:56 -06:00
test_rack_server.rb make test_helper no longer be loaded as a test (#1283) 2017-05-12 12:16:55 -07:00
test_tcp_logger.rb Require puma/events in test helper (#1418) 2017-09-23 05:44:21 +09:00
test_tcp_rack.rb Avoid hardcoding ports 2018-03-20 11:25:26 -05:00
test_thread_pool.rb make test_helper no longer be loaded as a test (#1283) 2017-05-12 12:16:55 -07:00
test_unix_socket.rb Update test skips, use next_port 2019-02-20 14:15:55 -06:00
test_web_server.rb make test_helper no longer be loaded as a test (#1283) 2017-05-12 12:16:55 -07:00