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: add ability to read new file format #1260

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

Conversation

joseph-sentry
Copy link
Contributor

i'm introducing 2 things here:

  • the ability to read the output of the new ta cache rollups code in
    the new location in GCS
  • the ability to read multiple versions of the new rollup file
    • its probable that the "no version" file never exists in prod GCS
      but i'd like to establish this pattern in the code nonetheless

i also add metrics

@joseph-sentry joseph-sentry requested a review from a team as a code owner March 31, 2025 22:38
Copy link
Contributor

✅ Sentry found no issues in your recent changes ✅

@joseph-sentry joseph-sentry requested a review from a team April 1, 2025 16:48
image: minio/minio:latest
command: server /export
ports:
- "${MINIO_PORT:-9000}:9000"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed recently that shared/worker are conflicting with each other, as they are exposing this port to the host. we don’t need this in order to run tests, so I would just not do this.

i'm introducing 2 things here:
- the ability to read the output of the new ta cache rollups code in
  the new location in GCS
- the ability to read multiple versions of the new rollup file
    - its probable that the "no version" file never exists in prod GCS
      but i'd like to establish this pattern in the code nonetheless

i also add metrics
i'm introducing 2 things here:
- the ability to read the output of the new ta cache rollups code in
  the new location in GCS
- the ability to read multiple versions of the new rollup file
    - its probable that the "no version" file never exists in prod GCS
      but i'd like to establish this pattern in the code nonetheless

i also add metrics
@codecov-notifications
Copy link

codecov-notifications bot commented Apr 3, 2025

Codecov Report

Attention: Patch coverage is 84.12698% with 10 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
utils/test_results.py 79.16% 10 Missing ⚠️

📢 Thoughts on this report? Let us know!

Copy link

codecov bot commented Apr 3, 2025

Codecov Report

Attention: Patch coverage is 84.12698% with 10 lines in your changes missing coverage. Please review.

Project coverage is 96.29%. Comparing base (f717a2b) to head (a5e0d4e).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
utils/test_results.py 79.16% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1260      +/-   ##
==========================================
- Coverage   96.31%   96.29%   -0.03%     
==========================================
  Files         487      487              
  Lines       16891    16940      +49     
==========================================
+ Hits        16269    16312      +43     
- Misses        622      628       +6     
Flag Coverage Δ
unit 96.29% <84.12%> (-0.03%) ⬇️

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.

@joseph-sentry joseph-sentry requested a review from Swatinem April 4, 2025 15:14
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