You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
The p2p test suite should consistently pass on development and release/3.0.0 branch
Actual behavior
Few of the p2p tests are fragile, this leads to multiple build failures causing interruption for development and slowness and inconsistency with the test.
Following are the tests:
getBucketId: should return different buckets for same target address and source address but different peerType -> test/unit/utils/misc.ts:356
p2p.send: should send a message to peers; should reach peers with even distribution -> test/functional/actions/send.ts:75
Steps to reproduce
Looking to jenkins job, many PRs are failing due to these common tests failures
Which version(s) does this affect? (Environment, OS, etc...)
3.0.0, development
The text was updated successfully, but these errors were encountered:
Expected behavior
The p2p test suite should consistently pass on
development
andrelease/3.0.0
branchActual behavior
Few of the p2p tests are fragile, this leads to multiple build failures causing interruption for development and slowness and inconsistency with the test.
Following are the tests:
getBucketId: should return different buckets for same target address and source address but different peerType
->test/unit/utils/misc.ts:356
p2p.send: should send a message to peers; should reach peers with even distribution
->test/functional/actions/send.ts:75
Steps to reproduce
Looking to jenkins job, many PRs are failing due to these common tests failures
Which version(s) does this affect? (Environment, OS, etc...)
3.0.0, development
The text was updated successfully, but these errors were encountered: