-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: stricter check in chunk validation test (#10435)
1. Replace waiting for timer with waiting for exact number of chunk endorsements. 2. Instead of checking that we have at least one endorsement, check precisely what the number of them should be. Perhaps there is a simpler way to handle `chunks_in_validation`, I mostly followed the logic of waiting for applying all chunks. --------- Co-authored-by: Longarithm <[email protected]>
- Loading branch information
1 parent
790d663
commit 23116ba
Showing
3 changed files
with
76 additions
and
52 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
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
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