-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 testground tests for deal data transfer restarts #5740
Comments
|
From the client's point of view, losing the connection to the provider and the provider crashing look the same. I think the case of the network connection going down is more important to get right though, as it happens more frequently.
I would like the test to simulate a real world scenario of the client or provider actually being rebooted during a transfer. So it's not just go-fil-markets that needs to restart, but the whole node. |
I know we’re blocked on larger sectors because otherwise the transfer is too fast to be able to disrupt it midway. Two options come to mind, there may be more:
|
@dirkmc - fair to assume this can be closed with the fixes in markets v1.3? |
Yes, thanks Deep, closing |
We need testground tests to verify that storage and retrieval deals behave correctly when the data transfer restarts, because
Suggested implementation:
It may be difficult to restart the client / miner programmatically from within testground, in which case
The text was updated successfully, but these errors were encountered: