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 Celery tests in POTel #3772

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

Conversation

antonpirker
Copy link
Member

No description provided.

Copy link

codecov bot commented Nov 13, 2024

❌ 183 Tests Failed:

Tests completed Failed Passed Skipped
19917 183 19734 4451
View the top 3 failed tests by shortest run time
 tests.integrations.celery.integration_tests.test_celery_beat_cron_monitoring
Stack Traces | 0s run time
No failure message available
 tests.integrations.celery.test_celery_beat_crons
Stack Traces | 0s run time
No failure message available
 tests.integrations.celery.test_update_celery_task_headers
Stack Traces | 0s run time
No failure message available

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

Comment on lines 223 to 228
assert execution_event["spans"][0] == ApproxDict({
"trace_id": str(span.trace_id),
"same_process_as_parent": True,
"op": "queue.process",
"description": "dummy_task",
})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This just makes the diff of failing tests way easier to read

sentry_sdk/tracing.py Outdated Show resolved Hide resolved
@antonpirker antonpirker marked this pull request as draft December 4, 2024 14:39
@antonpirker antonpirker changed the title Fix Celery tests in Potel Fix Celery tests in POTel Dec 5, 2024
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.

2 participants