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: fix F3 JSON RPC error pass through across API boundary #12637

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

masih
Copy link
Member

@masih masih commented Oct 24, 2024

Related Issues

Proposed Changes

Fix the issue by instantiating pointers to sentinel F3 error values and assert that errors indeed pass through via an integration test.

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

@masih masih added release/backport skip/changelog This change does not require CHANGELOG.md update labels Oct 24, 2024
@masih masih force-pushed the masih/f3-json-rpc-err-passthrough branch from 8361906 to 0a576c4 Compare October 24, 2024 14:53
Fix the issue by instantiating pointers to sentinel F3 error values and
assert that errors indeed pass through via an integration test.

Fixes #12630
@masih masih force-pushed the masih/f3-json-rpc-err-passthrough branch from 0a576c4 to d7d37d0 Compare October 24, 2024 15:23
@masih masih requested a review from Stebalien October 24, 2024 15:32
@masih masih marked this pull request as ready for review October 24, 2024 15:32
@masih masih requested a review from rvagg October 24, 2024 15:32
@Stebalien Stebalien merged commit e04dbe1 into master Oct 24, 2024
95 checks passed
@Stebalien Stebalien deleted the masih/f3-json-rpc-err-passthrough branch October 24, 2024 15:47
rjan90 pushed a commit that referenced this pull request Oct 28, 2024
Fix the issue by instantiating pointers to sentinel F3 error values and
assert that errors indeed pass through via an integration test.

Fixes #12630
rjan90 pushed a commit that referenced this pull request Oct 28, 2024
Fix the issue by instantiating pointers to sentinel F3 error values and
assert that errors indeed pass through via an integration test.

Fixes #12630
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip/changelog This change does not require CHANGELOG.md update
Projects
Status: ☑️ Done (Archive)
Development

Successfully merging this pull request may close these issues.

F3 errors may not be round-tripping through RPC
3 participants