nim-libp2p/tests/pubsub
Dmitriy Ryajov 980764774e
pubsub timeouts tuning (#295)
* add finegrained timeouts to pubsub

* use 10 millis timeout in tests

* finalization

* revert timeouts

* use `atEof` for reads

* adjust timeouts and use atEof for reads

* use atEof for reads

* set isEof flag

* no backoff for pubsub streams

* temp timer increase, make macos finalize

* don't call `subscribePeer` in libp2p anymore

* more traces

* leak tests

* lower timeouts

* handle exceptions in control message

* don't use `cancelAndWait`

* handle exceptions in helpers

* wip

* don't send empty messages

* check for leaks properly

* don't use cancelAndWait

* don't await subscribption sends

* remove subscrivePeer calls from switch

* trying without the hooks again
2020-08-02 23:20:11 -06:00
..
testfloodsub.nim pubsub timeouts tuning (#295) 2020-08-02 23:20:11 -06:00
testgossipinternal.nim Fix gossip messages seqno according to spec (#253) 2020-07-14 21:51:33 -06:00
testgossipsub.nim pubsub timeouts tuning (#295) 2020-08-02 23:20:11 -06:00
testmcache.nim reuse single RNG instance for all crypto key generation (#249) 2020-07-07 13:14:11 +02:00
testmessage.nim Fix gossip messages seqno according to spec (#253) 2020-07-14 21:51:33 -06:00
testpubsub.nim Gossipsub interop (#189) 2020-05-27 12:33:49 -06:00
utils.nim Pubsub lifetime (#284) 2020-07-27 13:33:51 -06:00