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

Create integration tests for retrieval with > 0 unseal price #527

Closed
dirkmc opened this issue Mar 31, 2021 · 0 comments · Fixed by #525
Closed

Create integration tests for retrieval with > 0 unseal price #527

dirkmc opened this issue Mar 31, 2021 · 0 comments · Fixed by #525
Assignees
Labels
x/ignite Issues and PRs being tracked by Team Ignite at Protocol Labs

Comments

@dirkmc
Copy link
Contributor

dirkmc commented Mar 31, 2021

Currently there is only one integration test for retrieval, and it only tests the case where price-per-byte > 0 and unseal price is 0.

We should create tests for retrieval for the following scenarios:

  • Unseal price zero, Price per byte zero
  • Unseal price zero, Price per byte positive
  • Unseal price positive, Price per byte zero
  • Unseal price positive, Price per byte positive

This will help us track down the root cause of filecoin-project/lotus#5829

@dirkmc dirkmc added the x/ignite Issues and PRs being tracked by Team Ignite at Protocol Labs label Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x/ignite Issues and PRs being tracked by Team Ignite at Protocol Labs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants