-
Notifications
You must be signed in to change notification settings - Fork 98
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
Generate binary datasets in CI instead of storing them in the repo #3540
Conversation
552e8eb
to
08ced36
Compare
How are we going to detect the changes and upload to s3 if needed? |
08ced36
to
1fe4a94
Compare
I don't really know what you mean. I see s3 upload and download tests in the httpfs extension directory, but those seem to be uploading and downloading data, not databases. |
1fe4a94
to
3f698ec
Compare
@acquamarin I must have been looking at an older branch; I do see the remote database test. I think we'd probably want commit-specific databases which could be uploaded before the tests run (so that different PRs can use different databases). The master branch could use a path like It may also be possible to test with a local s3-like server (I'm not sure that's possible to do with s3 itself). Apparently there are a few projects that provide an s3-like interface: https://stackoverflow.com/questions/9210162/is-there-a-server-that-provides-an-amazon-s3-style-api-locally#39305640. |
a241781
to
87a4740
Compare
Benchmark ResultMaster commit hash:
|
4728a06
to
5713c09
Compare
Benchmark ResultMaster commit hash:
|
5713c09
to
3e9e41c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3540 +/- ##
==========================================
- Coverage 90.01% 89.02% -1.00%
==========================================
Files 1190 1217 +27
Lines 42956 44921 +1965
==========================================
+ Hits 38668 39991 +1323
- Misses 4288 4930 +642 ☔ View full report in Codecov by Sentry. |
Benchmark ResultMaster commit hash:
|
3e9e41c
to
328fb4a
Compare
Benchmark ResultMaster commit hash:
|
328fb4a
to
345855f
Compare
Benchmark ResultMaster commit hash:
|
Fixes #3513.
Draft since these changes will need to be propagated to the multiplatform CI workflow, but I'd like to check that it works first.
Edit: also missing generation of binary-demo for local testing.