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 ASGI tests #3737

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Fix ASGI tests #3737

merged 1 commit into from
Nov 5, 2024

Conversation

sl0thentr0py
Copy link
Member

No description provided.

Copy link

codecov bot commented Nov 5, 2024

❌ 1699 Tests Failed:

Tests completed Failed Passed Skipped
20319 1699 18620 4467
View the top 3 failed tests by shortest run time
tests.integrations.celery.test_update_celery_task_headers test_monitor_beat_tasks[False]
Stack Traces | 0.001s run time
.../integrations/celery/test_update_celery_task_headers.py:38: in test_monitor_beat_tasks
    assert "sentry-monitor-start-timestamp-s" not in outgoing_headers["headers"]
E   KeyError: 'headers'
tests.integrations.celery.test_update_celery_task_headers test_monitor_beat_tasks_with_headers[]
Stack Traces | 0.001s run time
.../integrations/celery/test_update_celery_task_headers.py:70: in test_monitor_beat_tasks_with_headers
    assert "sentry-monitor-start-timestamp-s" not in outgoing_headers["headers"]
E   KeyError: 'headers'
tests.test_scope test_with_isolation_scope_data
Stack Traces | 0.001s run time
tests/test_scope.py:387: in test_with_isolation_scope_data
    assert scope._tags == {"before_isolation_scope": 1}
E   AssertionError: assert {} == {'before_isolation_scope': 1}
E     
E     Right contains 1 more item:
E     {'before_isolation_scope': 1}
E     
E     Full diff:
E     + {}
E     - {
E     -     'before_isolation_scope': 1,
E     - }

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

Base automatically changed from neel/potel/fix-wsgi to potel-base November 5, 2024 14:27
@sl0thentr0py sl0thentr0py merged commit e850655 into potel-base Nov 5, 2024
13 of 31 checks passed
@sl0thentr0py sl0thentr0py deleted the neel/potel/fix-asgi branch November 5, 2024 14:28
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