Closed BlocksOnAChain closed 2 years ago
Add a test for insufficient pledge when it goes up
Check that in the happy path, your sector still gets faulty if post missed, and still gets recovered and such
Add a test that actually has a batch -- some sectors in the same partition, others not.
Test that sectors are still extensible and terminatable.
(didnt realize i have so many typos in our slack messages lmao) @jennijuju asks:
now seems like we removed ReplaceCapacity
completely, what will happen if:
Add to TestFullPathSuccess
// TODO: miss a post, lose power
// miss another, get slashed
// submit post, recover
// TODO: update another sector, and immediately miss post, lose power
// submit post, recover
More for TestUnhealthySectorFailure
More variants: testing that unproven, and terminated sectors fail.
@Kubuxu do you have testing points to contibute?
Closed in #1552, though more tests welcome
Description
Add VM tests to the actors/tests package that exercise the
ProveCommitUpdateReplica
methodSuccess cases:
Error cases:
Done criteria
Dependencies
Ongoing work
Not yet started