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

WIP Potel base run all tests #3744

Draft
wants to merge 72 commits into
base: potel-base
Choose a base branch
from
Draft

Conversation

antonpirker
Copy link
Member

Do not stop when running one test suit fails, but continue.


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 Nov 6, 2024

❌ 754 Tests Failed:

Tests completed Failed Passed Skipped
20638 754 19884 4500
View the top 3 failed test(s) by shortest run time
tests.test_propagationcontext test_sample_rand_filled[True-None-expected_interval3]
Stack Traces | 0.001s run time
tests/test_propagationcontext.py:161: in test_sample_rand_filled
    ctx.dynamic_sampling_context["sample_rand"]
E   KeyError: 'sample_rand'
tests.tracing.test_sample_rand_propagation test_continue_trace_missing_sample_rand
Stack Traces | 0.001s run time
tests/tracing/test_sample_rand_propagation.py:43: in test_continue_trace_missing_sample_rand
    assert transaction.get_baggage().sentry_items["sample_rand"] == "0.500000"
E   AttributeError: '_GeneratorContextManager' object has no attribute 'get_baggage'
tests.tracing.test_sample_rand_propagation test_continue_trace_missing_sample_rand
Stack Traces | 0.001s run time
tests/tracing/test_sample_rand_propagation.py:43: in test_continue_trace_missing_sample_rand
    assert transaction.get_baggage().sentry_items["sample_rand"] == "0.500000"
E   AttributeError: '_GeneratorContextManager' object has no attribute 'get_baggage'

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@antonpirker antonpirker changed the base branch from master to potel-base November 8, 2024 14:58
antonpirker and others added 30 commits December 4, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants