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

test(symbolicator): Catch the correct exception #88575

Merged
merged 1 commit into from
Apr 3, 2025

Conversation

Dav1dde
Copy link
Member

@Dav1dde Dav1dde commented Apr 2, 2025

The raised exception inherits from BaseException, so the previous code didn't work.

Ideally I'd want to catch the raised Failed but it doesn't seem like that is importable.

@Dav1dde Dav1dde self-assigned this Apr 2, 2025
@Dav1dde Dav1dde requested a review from a team April 2, 2025 17:16
@Dav1dde Dav1dde enabled auto-merge (squash) April 2, 2025 17:17
@Dav1dde Dav1dde merged commit 91d04e8 into master Apr 3, 2025
45 checks passed
@Dav1dde Dav1dde deleted the dav1d/symbolicator-update-prepare branch April 3, 2025 06:43
adrian-codecov pushed a commit that referenced this pull request Apr 3, 2025
The raised exception inherits from `BaseException`, so the previous code
didn't work.

Ideally I'd want to catch the raised `Failed` but it doesn't seem like
that is importable.
andrewshie-sentry pushed a commit that referenced this pull request Apr 8, 2025
The raised exception inherits from `BaseException`, so the previous code
didn't work.

Ideally I'd want to catch the raised `Failed` but it doesn't seem like
that is importable.
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.

2 participants