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

Detect timeouts in asc_type_id #4475

Merged
merged 3 commits into from
Mar 22, 2023
Merged

Detect timeouts in asc_type_id #4475

merged 3 commits into from
Mar 22, 2023

Conversation

leoyvens
Copy link
Collaborator

Fixes #3576.

When a timeout happened when calling asc_type_id this was incorrectly classified as a deterministic error. And these timeouts where happening frequently in the wild. Fixing this required correctly classifying wasm traps returned by asc_type_id. The second commit is the actual fix, most of the diff is from all the signatures that needed to change.

@leoyvens leoyvens requested a review from mangas March 20, 2023 15:42
They would previously be unconditionally treated as deterministic.
…ostExportError

This all falls out of changing the signature of `fn asc_type_id`.
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.

Timeouts can be reported as deterministic errors
2 participants