mirror of https://github.com/rails/rails
7beaacce51
Previously in https://github.com/rails/rails/pull/43282, which shipped with Rails 7.0, we added the guarantee that if an exception occurred within an ActiveSupport::Notificaitons subscriber that the remaining subscribers would still be run. This was broken in https://github.com/rails/rails/pull/44469, where the different types of subscribers were broken into groups by type for performance. Although we would guard exceptions and allways run all (or none) of the same group, that didn't work cross-group with different types of subscriber. |
||
---|---|---|
.. | ||
evented_notification_test.rb | ||
instrumenter_test.rb |