rails--rails/activesupport/test/notifications
Jean Boussier acd462fc23 Only wrap subscriber exceptions if there is more than one
Ref: https://github.com/rails/rails/pull/43282
Ref: https://github.com/rails/rails/pull/43561

It can be legitimate for subscriber to want to bubble up some exception
to the caller, so wrapping it change the exception class which might break
the calling code expecting a specific error.

We can minimize this by only using InstrumentationSubscriberError
when more than one subscriber raised.
2021-11-02 16:47:37 +01:00
..
evented_notification_test.rb Only wrap subscriber exceptions if there is more than one 2021-11-02 16:47:37 +01:00
instrumenter_test.rb Forward sql.active_record notifications back into the calling thread 2021-03-03 10:33:37 +01:00