Commit Graph

1972 Commits

Author SHA1 Message Date
Marten Seemann 1887bf4a56 move go-libp2p-nat here 2022-05-20 12:35:10 +02:00
Marten Seemann 39fd9a03b0
holepunch: fix flaky TestEndToEndSimConnect test (#1508) 2022-05-19 01:21:07 -07:00
Marten Seemann d3a561e9b1
swarm: fix flaky TestDialExistingConnection test (#1509) 2022-05-19 01:20:38 -07:00
Marco Munizaga b5289f13bb
tcp: limit the number of connections in tcp suite test on non-linux hosts (#1507)
* Only run the 50 connection test on linux

* Only one stress test on linux instead of both
2022-05-18 13:44:50 -07:00
Marten Seemann 95381549e1
increase overly short require.Eventually intervals (#1501) 2022-05-18 12:14:57 -07:00
Marten Seemann 9cb3cd1149
tls: fix flaky handshake cancelation test (#1503) 2022-05-18 12:11:39 -07:00
Marten Seemann 5d8f1d767a
Merge pull request #1496 from libp2p/merge-testsuite-transports
merge the transport test suite from go-libp2p-testing here
2022-05-18 20:59:21 +02:00
Marten Seemann 302321a461
fix racy connection comparison in TestDialWorkerLoopBasic (#1499) 2022-05-18 07:09:09 -07:00
Marten Seemann 64cfca6beb switch from github.com/libp2p/go-libp2p-testing/suites/transport to p2p/transport/testsuite 2022-05-18 13:25:53 +02:00
Marten Seemann d05b8f4ac5 merge the transport test suite from go-libp2p-testing here 2022-05-18 13:13:43 +02:00
Marten Seemann c51c1b642c
swarm: fix race condition in TestFailFirst (#1490) 2022-05-16 12:24:20 -07:00
Marten Seemann 5c218cf55e
basichost: fix flaky TestSignedPeerRecordWithNoListenAddrs (#1488) 2022-05-16 11:50:39 -07:00
Marten Seemann fee258195f
swarm: fix flaky and racy TestDialExistingConnection (#1491) 2022-05-16 11:50:17 -07:00
Marten Seemann a66dd0051d
quic: adjust timeout for reuse garbage collector detection in tests (#1487) 2022-05-16 11:49:56 -07:00
Marten Seemann 1d64bc152e
quic: fix flaky TestResourceManagerAcceptDenied (#1485) 2022-05-15 10:42:08 -07:00
Marten Seemann 69b6d95a7b
quic: deflake the holepunching test (#1484) 2022-05-15 10:41:52 -07:00
Marten Seemann f383f4681f
holepunch: fix incorrect message type for the SYNC message (#1478) 2022-05-10 13:18:07 -07:00
Marten Seemann 393e3518b3
use real keys in tests instead of go-libp2p-testing/netutil fake keys (#1475) 2022-05-04 12:11:51 -07:00
Steven Allen 7bfde91b34
Merge pull request #1461 from libp2p/fix-flaky-quic-rcmgr-accept-test
quic: fix flaky TestResourceManagerAcceptDenied
2022-05-03 12:57:32 -04:00
Marten Seemann dea8537160
Merge pull request #1465 from libp2p/merge-pnet
move go-libp2p-pnet here
2022-05-03 18:23:05 +02:00
Marten Seemann bfe82658c0
Merge pull request #1466 from libp2p/merge-tls
move go-libp2p-tls here
2022-05-03 18:17:28 +02:00
Steven Allen 7b47c4e6b0
Merge pull request #1469 from watjurk/fix/autorelay-race
fix race condition in relayFinder
2022-05-03 11:20:00 -04:00
Marten Seemann f5330dabf1
fix race condition in holepunch service (#1473)
Co-authored-by: watjurk <watjurk@gmail.com>
2022-05-02 12:15:59 -07:00
watjurk 3f6d77ddf9 fix race condition caused by relayFinder.ctxCancel 2022-04-27 21:03:57 +02:00
Marten Seemann 6f875981cd switch from github.com/libp2p/go-libp2p-pnet to p2p/net/pnet 2022-04-27 12:04:42 +02:00
Marten Seemann a225be04d9 move go-libp2p-pnet here 2022-04-27 12:03:29 +02:00
Marten Seemann 27cfd3f4ed switch from github.com/libp2p/go-libp2p-tls to p2p/security/tls 2022-04-27 12:00:11 +02:00
Marten Seemann 57ea0057d0 move go-libp2p-tls here 2022-04-27 11:56:38 +02:00
Marten Seemann 8de2efdb5c
Merge pull request #1462 from libp2p/merge-noise
move go-libp2p-noise here
2022-04-27 11:55:50 +02:00
Marten Seemann 04b43c81b9 noise: use golang.org/x/crypto/chacha20poly1305 instead of golang.org/x/crypto/poly1305 2022-04-27 11:07:08 +02:00
Marten Seemann 9dc18edc26 switch from github.com/libp2p/go-libp2p-transport-upgrader to p2p/net/upgrader 2022-04-27 01:46:40 +02:00
Marten Seemann 981c9cf4d4 move go-libp2p-transport-upgrader here 2022-04-26 20:02:24 +02:00
Marten Seemann 935905753a switch from github.com/libp2p/go-libp2p-noise to p2p/security/noise 2022-04-26 19:59:10 +02:00
Marten Seemann 1c9854fed8 move go-libp2p-noise here 2022-04-26 19:56:59 +02:00
Marten Seemann 4b7059c916
Merge pull request #1460 from libp2p/merge-csm
move go-conn-security-multistream here
2022-04-26 18:40:07 +01:00
Marten Seemann 9392c2ab38 quic: fix flaky TestResourceManagerAcceptDenied 2022-04-26 14:31:16 +01:00
Marten Seemann c130e6e96c don't continue on read / write error in stream suite (#59) 2022-04-26 06:24:18 -07:00
Marten Seemann de5875fd9c switch from github.com/libp2p/go-conn-security-multistream to p2p/net/conn-security-multistream 2022-04-26 13:23:15 +01:00
Marten Seemann fc9539f865 move go-conn-security-multistream here 2022-04-26 13:21:12 +01:00
Marten Seemann 663cf70bc3 rename the mplex package to mplex 2022-04-26 13:13:12 +01:00
Marten Seemann d69f1fc262 move go-libp2p-mplex here 2022-04-26 13:06:50 +01:00
Marten Seemann 94ce988fbb
use yamux instead of mplex in tests (#1456)
* use yamux in TCP transport tests

* use yamux in websocket tests
2022-04-26 03:19:06 -07:00
Marten Seemann 43e4e51b74
rename the yamux package (#1452) 2022-04-25 12:03:16 -07:00
Marten Seemann 39304c883f
swarm: don't check return value of str.Close in TestResourceManager (#1453)
If the stream was canceled, QUIC will return an error when calling Close.
2022-04-25 10:36:02 -07:00
Marten Seemann 4a572e7eb4 remove debug logging from stream suite 2022-04-25 15:48:56 +01:00
Marten Seemann 29eeec7d3a
Merge pull request #1439 from libp2p/merge-yamux
move go-libp2p-yamux here
2022-04-25 14:12:23 +01:00
Marten Seemann c815cb0b52
quic: fix flaky TestConnectionGating test (#1442) 2022-04-25 04:59:11 -07:00
Marten Seemann ce0003b970
quic: fix flaky TestReuseGarbageCollect test (#1446) 2022-04-25 04:58:56 -07:00
Marten Seemann 34fd48977a
quic: fix flaky holepunching test (#1443) 2022-04-25 04:58:39 -07:00
Marten Seemann f3bdb4b53c switch from github.com/libp2p/go-libp2p-yamux to p2p/muxer/yamux 2022-04-22 18:10:16 +01:00