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

Return metadata provider task whether it is successful or not #10597

Conversation

liliankasem
Copy link
Member

@liliankasem liliankasem commented Nov 4, 2024

With the current behaviour, even if the getFunctionMetadataFromProviderTask completes before the timeout period, we get a timeout exception if it is not successful. This is a bug and ignores potential failures from the task.

@liliankasem liliankasem requested a review from a team as a code owner November 4, 2024 23:54
@liliankasem liliankasem changed the title AddMetadataFromCustomProviders: return task whether successful or not Return metadata provider task whether it is successful or not Nov 5, 2024
Copy link
Member

@fabiocav fabiocav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving. A test here with a failed task would be good to cover the scenario (not blocking)

@liliankasem
Copy link
Member Author

Approving. A test here with a failed task would be good to cover the scenario (not blocking)

I had modified a test locally to validate this behaviour but never check it in. I will do so in the dev/in-proc PRs to save time here on the hotfix.

@liliankasem liliankasem merged commit 2d06068 into release/in-proc-hotfix-v4.36.3-option2 Nov 5, 2024
6 checks passed
@liliankasem liliankasem deleted the liliankasem/hotfix/return-task branch November 5, 2024 01:07
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