-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saga with raise inside SagaActionStep don't rollback #3458
Comments
What printout are you getting, and what's your expected output? |
It printed |
@outlndrr that should indeed result in rolling back the action. Thank you for reporting this issue, I think this is fixed on 2.0.0 but might be missing a test case. So leaving this issue open! |
@outlndrr the behavior you see is actually correct. A I've added a few tests as part of 1038480, and you can see there that if you have other |
Hi, there is a problem if
raise
happened insideSagaActionStep
then saga don't rollback action, but returnEither.Left
. Example code:Arrow version: 1.2.4
The text was updated successfully, but these errors were encountered: