nim-libp2p-experimental/tests
Tanguy Cizain af3be7966b
Websocket Transport (#593)
* start of websocket transport

* more ws tests

* switch to common test

* add close to wsstream

* update ws & chronicles version

* cleanup

* removed multicodec

* clean ws outgoing connections

* renamed to websock

* removed stream from logs

* renamed ws to websock

* add connection closing test to common transport

* close incoming connection on ws stop

* renamed testwebsocket.nim -> testwstransport.nim

* removed raise todo

* split out/in connections

* add wss to tests

* Fix tls (#608)

* change log level

* fixed issue related to stopping

some cosmetic cleanup

* use `allFutures` to stop/close things

Prevent potential race conditions when stopping two or more transports

* misc

* point websock to server-case-object branch

* interop test with go

* removed websock version specification

* add daemon -> native ws test

* fix & test closed read/write

* update readOnce, thanks jangko

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
2021-08-03 15:48:03 +02:00
..
pubsub Change newXXXX procs to XXXX.new (#585) 2021-06-07 09:32:08 +02:00
asyncunit.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
commontransport.nim Websocket Transport (#593) 2021-08-03 15:48:03 +02:00
helpers.nim Track ChronosStream in test (#605) 2021-07-13 13:53:08 +02:00
nim.cfg Tests are now testing with --threads:on. 2019-11-06 13:01:16 +02:00
testbufferstream.nim Change newXXXX procs to XXXX.new (#585) 2021-06-07 09:32:08 +02:00
testcid.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testconnection.nim Change newXXXX procs to XXXX.new (#585) 2021-06-07 09:32:08 +02:00
testconnmngr.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testcrypto.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testdaemon.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testecnist.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
tested25519.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testidentify.nim Fixes failing peer store test in Nim 1.4.8 (#612) 2021-07-28 12:06:18 +02:00
testinterop.nim Websocket Transport (#593) 2021-08-03 15:48:03 +02:00
testminasn1.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testminprotobuf.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testmplex.nim Various transports improvement (#594) 2021-06-30 10:59:30 +02:00
testmultiaddress.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testmultibase.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testmultihash.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testmultistream.nim Various transports improvement (#594) 2021-06-30 10:59:30 +02:00
testnative.nim Websocket Transport (#593) 2021-08-03 15:48:03 +02:00
testnoise.nim Various transports improvement (#594) 2021-06-30 10:59:30 +02:00
testpeerid.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testpeerinfo.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testpeerstore.nim Peer Store implement part II (#586) 2021-06-08 18:55:24 +02:00
testping.nim Various transports improvement (#594) 2021-06-30 10:59:30 +02:00
testpkifilter.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testrsa.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testsecp256k1.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testsemaphore.nim Semaphore cancellations (#503) 2021-01-14 10:11:12 +01:00
teststreamseq.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testswitch.nim Fixes failing peer store test in Nim 1.4.8 (#612) 2021-07-28 12:06:18 +02:00
testtcptransport.nim Websocket Transport (#593) 2021-08-03 15:48:03 +02:00
testvarint.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testwstransport.nim Websocket Transport (#593) 2021-08-03 15:48:03 +02:00