mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
a1d0ff3281
The UDP test must be closed after the serveTestnet exits. If it happens before, the serveTestnet encounters this error. (it tries to emulate a packet receival after closing the transport) FindNode triggers a Ping in ensureBond. This causes an extra Sleep for "ping back". Don't wait for this in tests. Close v5 tests. The requests may also timeout if a lot of them queue up in the udpTest.pipe, and serveTestnet is slow to process them. Increase replyTimeout a bit to prevent that. |
||
---|---|---|
.. | ||
v4wire | ||
v5wire | ||
common.go | ||
lookup.go | ||
node.go | ||
ntp.go | ||
table_integration_test.go | ||
table_test.go | ||
table_util_test.go | ||
table.go | ||
v4_lookup_test.go | ||
v4_udp_test.go | ||
v4_udp.go | ||
v5_udp_test.go | ||
v5_udp.go |