rails/activesupport/test/notifications
John Hawthorn 7beaacce51 Fix exception guards on multiple subscriber types
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.
2023-10-25 13:55:13 -07:00
..
evented_notification_test.rb Fix exception guards on multiple subscriber types 2023-10-25 13:55:13 -07:00
instrumenter_test.rb Forward sql.active_record notifications back into the calling thread 2021-03-03 10:33:37 +01:00