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

Add missing stack trames #3673

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

antonpirker
Copy link
Member


Thank you for contributing to sentry-python! Please add tests to validate your changes, and lint your code using tox -e linters.

Running the test suite on your PR might require maintainer approval. The AWS Lambda tests additionally require a maintainer to add a special label, and they will fail until this label is added.

Copy link

codecov bot commented Oct 19, 2024

❌ 1383 Tests Failed:

Tests completed Failed Passed Skipped
23214 1383 21831 5727
View the top 3 failed tests by shortest run time
tests.test_exceptiongroup test_exceptiongroup
Stack Traces | 0.001s run time
tests/test_exceptiongroup.py:45: in test_exceptiongroup
    (event, _) = event_from_exception(
sentry_sdk/utils.py:1169: in event_from_exception
    "values": exceptions_from_error_tuple(
sentry_sdk/utils.py:1016: in exceptions_from_error_tuple
    (_, exceptions) = exceptions_from_error(
E   TypeError: exceptions_from_error() got an unexpected keyword argument 'full_stack'
tests.test_exceptiongroup test_exceptiongroup_simple
Stack Traces | 0.001s run time
tests/test_exceptiongroup.py:161: in test_exceptiongroup_simple
    (event, _) = event_from_exception(
sentry_sdk/utils.py:1169: in event_from_exception
    "values": exceptions_from_error_tuple(
sentry_sdk/utils.py:1016: in exceptions_from_error_tuple
    (_, exceptions) = exceptions_from_error(
E   TypeError: exceptions_from_error() got an unexpected keyword argument 'full_stack'
tests.test_exceptiongroup test_exceptiongroup_simple
Stack Traces | 0.001s run time
tests/test_exceptiongroup.py:161: in test_exceptiongroup_simple
    (event, _) = event_from_exception(
sentry_sdk/utils.py:1169: in event_from_exception
    "values": exceptions_from_error_tuple(
sentry_sdk/utils.py:1016: in exceptions_from_error_tuple
    (_, exceptions) = exceptions_from_error(
E   TypeError: exceptions_from_error() got an unexpected keyword argument 'full_stack'

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

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.

1 participant