rebus-org / Rebus.TestHelpers

:bus: Test helpers for Rebus (i.e. fake bus, saga fixture, etc.)
https://mookid.dk/category/rebus
Other
4 stars 2 forks source link

Rebus 8 update broke saga test #14

Open Qball1337 opened 6 months ago

Qball1337 commented 6 months ago

I noticed that my shiny saga test broke while updating to Rebus 8. I have a saga test where i test an Ifailed handler (the regular handler is not part of the saga) and i see an handler not found exception :(

Testing an ifailed where the regular handler is part of the saga does work tho. With testing i mean using the deliverFailed method.

This worked with Rebus 7.

mookid8000 commented 6 months ago

Oh that does not sound like something that was supposed to happen! 😅

Could you show me some more details? I.e. what does your test do? And please include the full exception details. 🙂