-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: use resharding setup to test missing chunks for latest version (#…
…10074) In stateless validation behaviour of aggregating outgoing receipts will change, it as object of many discussions ([example](https://near.zulipchat.com/#narrow/stream/407237-pagoda.2Fcore.2Fstateless-validation/topic/delaying.20chunk.20execution/near/399785439)). In any case, it requires specific test setup. I'm fine with checking that for given probabilities chain moves forward and for all generated txs final outcome does exist. Resharding env is a perfect setup for this. We could consider making this specific test not dependent on resharding, but this is more work. Also moving resharding_type into the env. Looks like it is the same for its lifetime, so this parameter can be removed from step_impl. ## Testing Adding new tests test_latest_protocol... --------- Co-authored-by: Longarithm <[email protected]>
- Loading branch information
1 parent
4c3c373
commit 6fb0c39
Showing
1 changed file
with
85 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters