-
Notifications
You must be signed in to change notification settings - Fork 2
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
Change success definition #33
Conversation
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.
Awesome 👌🏻
Can you please open a PR to remove success
column from the measurements
table?
Forgot to mention where: https://github.com/filecoin-station/spark-api |
That spark-api change should fix the test failure we are observing:
|
|
* feat: limit download size to 200 MB per task * feat: compute SHA-256 checksum of CAR payload * Change success definition (#33) - success -> healthy - remove `success` - update test --------- Signed-off-by: Miroslav Bajtoš <[email protected]> Co-authored-by: Julian Gruber <[email protected]>
Ref #28 (comment)
@bajtos I've removed
.success
, since the presence of.carChecksum
marks a successful retrieval