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

testing(devservices): Run docker compose for backend tests #78568

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

Conversation

hubertdeng123
Copy link
Member

@hubertdeng123 hubertdeng123 commented Oct 3, 2024

Merging this will help us understand if docker compose is reliable enough to use in CI. I have this scheduled to run every minute, and we can run this for a few hours before reverting this PR.

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 3, 2024
Copy link

codecov bot commented Oct 3, 2024

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
21482 2 21480 218
View the top 2 failed tests by shortest run time
tests.sentry.tasks.test_daily_summary.DailySummaryTest test_build_summary_data_filter_to_error_level
Stack Traces | 13.1s run time
#x1B[1m#x1B[.../sentry/tasks/test_daily_summary.py#x1B[0m:372: in test_build_summary_data_filter_to_error_level
    assert project_context_map.total_today == 9  # total outcomes from today
#x1B[1m#x1B[31mE   assert 18 == 9#x1B[0m
#x1B[1m#x1B[31mE    +  where 18 = <sentry.tasks.summaries.utils.DailySummaryProjectContext object at 0x7f99990e65a0>.total_today#x1B[0m
tests.sentry.tasks.test_daily_summary.DailySummaryTest test_build_summary_data_filter_to_unresolved
Stack Traces | 13.1s run time
#x1B[1m#x1B[.../sentry/tasks/test_daily_summary.py#x1B[0m:329: in test_build_summary_data_filter_to_unresolved
    assert project_context_map.total_today == 9  # total outcomes from today
#x1B[1m#x1B[31mE   assert 18 == 9#x1B[0m
#x1B[1m#x1B[31mE    +  where 18 = <sentry.tasks.summaries.utils.DailySummaryProjectContext object at 0x7f9987997aa0>.total_today#x1B[0m

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

Copy link

codecov bot commented Oct 4, 2024

Bundle Report

Changes will increase total bundle size by 92.68kB (0.3%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
app-webpack-bundle-array-push 30.97MB 92.68kB (0.3%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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