-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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(devservices): Docker compose backend tests use devservices #81941
feat(devservices): Docker compose backend tests use devservices #81941
Conversation
🚨 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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files@@ Coverage Diff @@
## master #81941 +/- ##
==========================================
- Coverage 80.42% 76.13% -4.30%
==========================================
Files 7316 7295 -21
Lines 322631 321469 -1162
Branches 21046 20879 -167
==========================================
- Hits 259482 244745 -14737
- Misses 62742 76202 +13460
- Partials 407 522 +115 |
Backend tests passing here: https://github.com/getsentry/sentry/actions/runs/12364449226/job/34507705746?pr=81941 |
Bundle ReportBundle size has no change ✅ |
This allows us to measure the stability of devservices for sentry backend tests. Changing the cadence of this scheduled job to hourly again, as we need more data here. Will check devinfra metrics to get a better sense of how well this is working in CI
This allows us to measure the stability of devservices for sentry backend tests. Changing the cadence of this scheduled job to hourly again, as we need more data here. Will check devinfra metrics to get a better sense of how well this is working in CI