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: new TA processor implementation #1117

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

joseph-sentry
Copy link
Contributor

deps on: #1078

we make use of the TA timeseries functions to process testruns
persisting them to Timescale instead of postgres

in test_results_processor we toggle which implementation to use
based on should_use_timeseries

Copy link

sentry-io bot commented Feb 28, 2025

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: tasks/test_results_processor.py

Function Unhandled Issue
run_impl FileNotInStorageError: File test_results/v1/raw/github/safebaselabs::::qnr-server/5eb02e67dfca2233fa62f6aaffc99a9998e3d479/8a3915fd-3ea9-4693-a11d-45b14d91f943.txt does not exist in codecov-production ...
Event Count: 1

Did you find this useful? React with a 👍 or 👎

relies on shared changes from:
codecov/shared#508

this implements the following TA functionality using data from
Timescale:
- PR comment summary
- PR comment failure details
- PR flake set
- Flake detection relevant testruns
- Flake detection relevant flakes
- All branches testrun summary
- Main branches testrun summary
- Feature branch testrun summary

Also moves the flag id calculation to a new file
we make use of the TA timeseries functions to process testruns
persisting them to Timescale instead of postgres

in test_results_processor we toggle which implementation to use
based on impl_type
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.

1 participant