1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/test
Kasper Timm Hansen f6b4bf6593 Shush up EM::Hiredis when running tests.
EM::Hiredis were spewing screenfuls of warnings when running the Action Cable tests.

Copied over the technique that shushes up faye-websocket in the client tests, so
we can reduce the noise ratio.

Note: there's still warnings spewed after tests have finished when EM::Hiredis shuts
down. I haven't been able to shush them up yet.
2016-03-26 21:05:02 +01:00
..
channel Support faye-websocket + EventMachine as an option 2016-03-02 12:17:15 +10:30
client Fix unsubscribed server side behavior 2016-02-18 16:26:17 -05:00
connection Gracefully handle disconnected clients 2016-03-20 17:36:22 -07:00
server Ensure server broadcasts are to string queue names 2016-02-24 17:22:06 -06:00
stubs Support faye-websocket + EventMachine as an option 2016-03-02 12:17:15 +10:30
subscription_adapter Shush up EM::Hiredis when running tests. 2016-03-26 21:05:02 +01:00
client_test.rb Merge pull request #23992 from matthewd/em-option 2016-03-04 05:31:48 +10:30
test_helper.rb Merge pull request #23992 from matthewd/em-option 2016-03-04 05:31:48 +10:30
worker_test.rb Don't rely on the global server as a receiver. 2016-02-14 17:46:48 +01:00