-
Notifications
You must be signed in to change notification settings - Fork 28
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
base: main
Are you sure you want to change the base?
Conversation
✅ Sentry found no issues in your recent changes ✅ |
91f65de
to
d84eaab
Compare
d84eaab
to
dba1525
Compare
docker-compose.yml
Outdated
image: minio/minio:latest | ||
command: server /export | ||
ports: | ||
- "${MINIO_PORT:-9000}:9000" |
There was a problem hiding this comment.
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
dba1525
to
2b2e69b
Compare
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
2b2e69b
to
a5e0d4e
Compare
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
📢 Thoughts on this report? Let us know! |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
i'm introducing 2 things here:
the new location in GCS
but i'd like to establish this pattern in the code nonetheless
i also add metrics