This commit is contained in:
Diego 2024-01-16 12:24:03 +01:00
parent 3c8e2a3725
commit f682bb9171
No known key found for this signature in database
GPG Key ID: C9DAC9BF68D1F806

View File

@ -509,12 +509,12 @@ suite "GossipSub":
var gossip1: GossipSub = GossipSub(nodes[0]) var gossip1: GossipSub = GossipSub(nodes[0])
var gossip2: GossipSub = GossipSub(nodes[1]) var gossip2: GossipSub = GossipSub(nodes[1])
check: checkExpiring:
"foobar" in gossip1.gossipsub "foobar" in gossip1.gossipsub and
"foobar" in gossip2.gossipsub "foobar" in gossip2.gossipsub and
gossip1.mesh.hasPeerId("foobar", gossip2.peerInfo.peerId) gossip1.mesh.hasPeerId("foobar", gossip2.peerInfo.peerId) and
not gossip1.fanout.hasPeerId("foobar", gossip2.peerInfo.peerId) not gossip1.fanout.hasPeerId("foobar", gossip2.peerInfo.peerId) and
gossip2.mesh.hasPeerId("foobar", gossip1.peerInfo.peerId) gossip2.mesh.hasPeerId("foobar", gossip1.peerInfo.peerId) and
not gossip2.fanout.hasPeerId("foobar", gossip1.peerInfo.peerId) not gossip2.fanout.hasPeerId("foobar", gossip1.peerInfo.peerId)
await allFuturesThrowing( await allFuturesThrowing(