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 bug when using shared output object #193

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Fix bug when using shared output object #193

merged 1 commit into from
Nov 13, 2023

Conversation

ejizba
Copy link
Contributor

@ejizba ejizba commented Nov 10, 2023

Fixes #179

Repro steps:

  1. Have two functions triggered by the same thing
  2. Create an output binding as a const
  3. Use the same output binding as the return in one function and as an extraOutput in the other

Expected: Both output bindings work
Actual: The return output binding works and the extraOutput one doesn't set the output

End-to-end test (with sample code) here: Azure/azure-functions-nodejs-e2e-tests#30

@ejizba ejizba merged commit 6e78a78 into v4.x Nov 13, 2023
11 checks passed
@ejizba ejizba deleted the ej/bug branch November 13, 2023 18:21
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.

app.storageBlob extraOutput w/ queue binding not working
2 participants