nim-libp2p/tests
Dmitriy Ryajov 903e79ede1
Feat/conn cleanup (#41)
Backporting proper connection cleanup from #36 to align with latest chronos changes.

* add close event

* use proper varint encoding

* add proper channel cleanup in mplex

* add connection cleanup in secio

* tidy up

* add dollar operator

* fix tests

* don't close connections prematurely

* handle closing streams properly

* misc

* implement address filtering logic

* adding pipe tests

* don't use gcsafe if not needed

* misc

* proper connection cleanup and stream muxing

* re-enable pubsub tests
2019-12-03 22:44:54 -06:00
..
nim.cfg Tests are now testing with --threads:on. 2019-11-06 13:01:16 +02:00
test.nim set log level to trace - not enabled by default 2019-12-02 18:43:21 -06:00
testbase32.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testbase58.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testbase64.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testbufferstream.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
testcid.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testcrypto.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testdaemon.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testecnist.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
tested25519.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testidentify.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testmplex.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
testmultiaddress.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testmultibase.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testmultihash.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testmultistream.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
testnative.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
testpeer.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testpubsub.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testrsa.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testsecp256k1.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testswitch.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
testtransport.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
testvarint.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00