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

feat(extrapolation): instrument rpc calls to track query confidence #83822

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shellmayr
Copy link
Member

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 22, 2025
Copy link

codecov bot commented Jan 22, 2025

❌ 39 Tests Failed:

Tests completed Failed Passed Skipped
23597 39 23558 279
View the top 3 failed tests by shortest run time
tests.snuba.api.endpoints.test_organization_events_span_indexed.OrganizationEventsEAPRPCSpanEndpointTest::test_skip_aggregate_conditions_option
Stack Traces | 15.5s run time
#x1B[1m#x1B[.../api/endpoints/test_organization_events_span_indexed.py#x1B[0m:1467: in test_skip_aggregate_conditions_option
    assert response.status_code == 200, response.content
#x1B[1m#x1B[31mE   AssertionError: b'{"detail":"Internal Error","errorId":null}'#x1B[0m
#x1B[1m#x1B[31mE   assert 500 == 200#x1B[0m
#x1B[1m#x1B[31mE    +  where 500 = <Response status_code=500, "application/json">.status_code#x1B[0m
tests.snuba.api.endpoints.test_organization_events_span_indexed.OrganizationEventsEAPRPCSpanEndpointTest::test_queue_span
Stack Traces | 15.6s run time
#x1B[1m#x1B[.../api/endpoints/test_organization_events_span_indexed.py#x1B[0m:548: in test_queue_span
    assert response.status_code == 200, response.content
#x1B[1m#x1B[31mE   AssertionError: b'{"detail":"Internal Error","errorId":null}'#x1B[0m
#x1B[1m#x1B[31mE   assert 500 == 200#x1B[0m
#x1B[1m#x1B[31mE    +  where 500 = <Response status_code=500, "application/json">.status_code#x1B[0m
tests.snuba.api.endpoints.test_organization_events_span_indexed.OrganizationEventsEAPRPCSpanEndpointTest::test_inp_span
Stack Traces | 15.6s run time
#x1B[1m#x1B[.../api/endpoints/test_organization_events_span_indexed.py#x1B[0m:1903: in test_inp_span
    assert response.status_code == 200, response.content
#x1B[1m#x1B[31mE   AssertionError: b'{"detail":"Internal Error","errorId":null}'#x1B[0m
#x1B[1m#x1B[31mE   assert 500 == 200#x1B[0m
#x1B[1m#x1B[31mE    +  where 500 = <Response status_code=500, "application/json">.status_code#x1B[0m

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
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant