forked from temporalio/sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugs when using a custom
FailureConverter
in tests
Follow up to temporalio#1484. 1. We weren't correctly threading the failure converter down to activities and child workflows, so they were still using the default converter. 2. The `NonRetryable` flag on the protobuf failure type wasn't being honored for custom errors.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters