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 strawberry integration #3874

Open
wants to merge 1 commit into
base: potel-base
Choose a base branch
from

Conversation

sl0thentr0py
Copy link
Member

No description provided.

Copy link

codecov bot commented Dec 17, 2024

❌ 217 Tests Failed:

Tests completed Failed Passed Skipped
12672 217 12455 3318
View the top 3 failed tests by shortest run time
 tests.integrations.quart.test_quart
Stack Traces | 0s run time
No failure message available
 tests.integrations.quart.test_quart
Stack Traces | 0s run time
No failure message available
tests.integrations.celery.test_celery test_baggage_propagation
Stack Traces | 0.065s run time
.../integrations/celery/test_celery.py:519: in test_baggage_propagation
    assert sorted(result["baggage"].split(",")) == sorted(
E   AssertionError: assert ['custom=value', 'sentry-environment=production', 'sentry-release=abcdef', 'sentry-sample_rate=1.0', 'sentry-sampled=true', 'sentry-trace_id=a54fe291706a8eed65672f57b456b994', 'sentry-transaction=%3Cunlabeled%20span%3E'] == ['custom=value', 'sentry-environment=production', 'sentry-release=abcdef', 'sentry-sample_rate=1.0', 'sentry-sampled=true', 'sentry-trace_id=a54fe291706a8eed65672f57b456b994']
E     
E     Left contains one more item: 'sentry-transaction=%3Cunlabeled%20span%3E'
E     
E     Full diff:
E       [
E           'custom=value',
E           'sentry-environment=production',
E           'sentry-release=abcdef',
E           'sentry-sample_rate=1.0',
E           'sentry-sampled=true',
E           'sentry-trace_id=a54fe291706a8eed65672f57b456b994',
E     +     'sentry-transaction=%3Cunlabeled%20span%3E',
E       ]

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

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