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] Properly parse the RetryInfo error detail #1162

Merged
merged 2 commits into from
Mar 4, 2025

Conversation

renaudhartert-db
Copy link
Contributor

@renaudhartert-db renaudhartert-db commented Mar 3, 2025

What changes are proposed in this pull request?

This PR fixes unmarshalling of the RetryInfo error detail. Specifically, it properly unmarshal the underlying google.protobuf.Duration proto as a string.

Note: we should ultimately consider using the actual proto generated objects instead of this custom code.

How is this tested?

Updated unit tests.

NO_CHANGELOG=true

Verified

This commit was signed with the committer’s verified signature.
renaudhartert-db Renaud Hartert

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link

github-actions bot commented Mar 4, 2025

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/sdk-go

Inputs:

  • PR number: 1162
  • Commit SHA: 6fdfb30bd193857679c8d61c52c5b79ec510c881

Checks will be approved automatically on success.

@renaudhartert-db renaudhartert-db added this pull request to the merge queue Mar 4, 2025
Merged via the queue into main with commit 2f2d945 Mar 4, 2025
16 checks passed
@renaudhartert-db renaudhartert-db deleted the renaud.hartert/details-fix branch March 4, 2025 16:35
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.

None yet

2 participants