1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib
yuuji.yaginuma 8687a035d7 Pass the test reporter by reference
This prevents the array from being dumped as a DRbObject so we can reduce
communication with the server.

In DRb, if `Marshal.dump` fails, `Marshal.dump` is executed again after
converting the object to `DRbObject`. This also possible to reduce the
execution of `Marshal.dump` by converting to a format that can be
marshalized in advance using `DRbObject`.
This is the same approach to Action Pack's parallel test. Ref: 5751b7ea58
2018-11-28 15:43:58 +09:00
..
active_support Pass the test reporter by reference 2018-11-28 15:43:58 +09:00
active_support.rb Bump license years for 2018 2017-12-31 22:36:55 +09:00