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(ci): Test clickhouse 24.8 in ci #84889

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hubertdeng123
Copy link
Member

This tests clickhouse 24.8 in sentry CI

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 10, 2025
Copy link

codecov bot commented Feb 10, 2025

❌ 26 Tests Failed:

Tests completed Failed Passed Skipped
31946 26 31920 290
View the top 3 failed test(s) by shortest run time
tests.sentry.replays.test_project_replay_details.ProjectReplayDetailsTest::test_no_replay_found
Stack Traces | 3.3s run time
#x1B[1m#x1B[.../sentry/replays/test_project_replay_details.py#x1B[0m:43: in test_no_replay_found
    assert response.status_code == 404
#x1B[1m#x1B[31mE   assert 500 == 404#x1B[0m
#x1B[1m#x1B[31mE    +  where 500 = <Response status_code=500, "application/json">.status_code#x1B[0m
tests.sentry.replays.test_organization_replay_index.OrganizationReplayIndexTest::test_get_replays_pagination
Stack Traces | 3.35s run time
#x1B[1m#x1B[.../sentry/replays/test_organization_replay_index.py#x1B[0m:477: in test_get_replays_pagination
    response = self.get_success_response(
#x1B[1m#x1B[.../sentry/testutils/cases.py#x1B[0m:690: in get_success_response
    assert_status_code(response, status.HTTP_200_OK)
#x1B[1m#x1B[.../sentry/testutils/asserts.py#x1B[0m:40: in assert_status_code
    assert minimum <= response.status_code < maximum, (
#x1B[1m#x1B[31mE   AssertionError: (500, b'{"detail":"An internal error occurred. The error has been logged."}')#x1B[0m
#x1B[1m#x1B[31mE   assert 500 < 201#x1B[0m
#x1B[1m#x1B[31mE    +  where 500 = <Response status_code=500, "application/json">.status_code#x1B[0m
tests.sentry.replays.test_organization_replay_index.OrganizationReplayIndexTest::test_get_replays_duration_sorted
Stack Traces | 3.42s run time
#x1B[1m#x1B[.../sentry/replays/test_organization_replay_index.py#x1B[0m:448: in test_get_replays_duration_sorted
    assert response.status_code == 200, response
#x1B[1m#x1B[31mE   AssertionError: <Response status_code=500, "application/json">#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
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

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

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

hubertdeng123 added a commit that referenced this pull request Feb 10, 2025
…s changes (#84901)

Realized backend tests are not running if devservices configs are being
changed in this [PR](#84889),
which they should
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 Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant