Skip to content
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

Fix inner exception propagation #290

Merged
merged 4 commits into from
Apr 26, 2024
Merged

Fix inner exception propagation #290

merged 4 commits into from
Apr 26, 2024

Conversation

cgillum
Copy link
Member

@cgillum cgillum commented Apr 18, 2024

Part of fixing Azure/azure-functions-durable-extension#2476

There were various places where we weren't correctly setting the inner failure details for TaskFailureDetails. This PR fixes those and adds a new test to cover this scenario specifically.

Note that this PR depends on updates to DurableTask.Core (Azure/durabletask#1067) and DurableTask.Sidecar (https://github.com/microsoft/durabletask-sidecar/pull/24). I'm not expecting this PR to build until we have the new versions of those packages available.

@cgillum cgillum requested review from davidmrdavid and jviau April 18, 2024 23:00
@cgillum cgillum marked this pull request as ready for review April 26, 2024 19:42
@cgillum cgillum merged commit 3ad4750 into main Apr 26, 2024
2 checks passed
@cgillum cgillum deleted the cgillum/functions-2476 branch April 26, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants