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

fix: pass impl_type arg to TA tasks instead of new_impl #1122

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

joseph-sentry
Copy link
Contributor

impl_type is a literal that can be "old" | "new" | "both"

old: in the case of old it will keep running the it has been
both: it will run the timescale implementation of the TA proc
task but it won't be updating the upload state or deleting/rewriting
the raw upload
new: it will only run the new timescale implementation and it will
update the upload state and rewrite/delete the raw upload

@joseph-sentry joseph-sentry force-pushed the joseph/update-upload branch from 0d97342 to 8a2baab Compare March 3, 2025 21:44
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.78%. Comparing base (79d8ea9) to head (9acb97c).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1122      +/-   ##
==========================================
- Coverage   97.78%   97.78%   -0.01%     
==========================================
  Files         446      446              
  Lines       36782    36778       -4     
==========================================
- Hits        35969    35965       -4     
  Misses        813      813              
Flag Coverage Δ
integration 42.84% <100.00%> (-0.01%) ⬇️
unit 90.51% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codecov-notifications
Copy link

codecov-notifications bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@joseph-sentry joseph-sentry marked this pull request as ready for review March 11, 2025 14:35
@joseph-sentry joseph-sentry requested a review from a team March 11, 2025 14:35
Copy link

overwatch-beta bot commented Mar 11, 2025

✅ Sentry found no issues in your recent changes ✅

impl_type is a literal that can be "old" | "new" | "both"

old: in the case of old it will keep running the it has been
both: it will run the timescale implementation of the TA proc
task but it won't be updating the upload state or deleting/rewriting
the raw upload
new: it will only run the new timescale implementation and it will
update the upload state and rewrite/delete the raw upload
@joseph-sentry joseph-sentry added this pull request to the merge queue Mar 12, 2025
Merged via the queue into main with commit a96d25e Mar 12, 2025
27 of 29 checks passed
@joseph-sentry joseph-sentry deleted the joseph/update-upload branch March 12, 2025 13:45
@JerrySentry JerrySentry restored the joseph/update-upload branch March 12, 2025 14:36
JerrySentry added a commit that referenced this pull request Mar 12, 2025
Copy link

sentry-io bot commented Mar 12, 2025

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ OperationalError: server closed the connection unexpectedly app.tasks.upload.Upload View Issue

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

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.

2 participants