forked from bnb-chain/bsc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description Merge upstream fix [1379](bnb-chain#1379). The tests panic quite frequently. ### Rationale The tests no longer panic. I manager to trigger the error (almost) every time with this command: ``` seq 1 10 | parallel go test -count=1 ./eth/downloader -run "TestCanonicalSynchronisation66Full" -v ``` --------- Co-authored-by: 0xcb9ff9 <0xcb9ff9@proton.me> Co-authored-by: Larry <92799281+brilliant-lx@users.noreply.github.com>
- Loading branch information
1 parent
d68e36f
commit ff17138
Showing
3 changed files
with
15 additions
and
5 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