go-ethereum/p2p/enode
Martin HS b5a88dafae
p2p/discover: fix flaky tests writing to test.log after completion (#30506)
This PR fixes two tests, which had a tendency to sometimes write to the `*testing.T` `log` facility after the test function had completed, which is not allowed. This PR fixes it by using waitgroups to ensure that the handler/logwriter terminates before the test exits.

closes #30505
2024-09-26 08:12:12 +02:00
..
idscheme.go
idscheme_test.go
iter.go
iter_test.go
localnode.go p2p: use netip.Addr where possible (#29891) 2024-06-05 19:31:04 +02:00
localnode_test.go p2p: use netip.Addr where possible (#29891) 2024-06-05 19:31:04 +02:00
node.go p2p/enode: add quic ENR entry (#30283) 2024-09-13 23:47:18 +02:00
node_test.go p2p/enode: add quic ENR entry (#30283) 2024-09-13 23:47:18 +02:00
nodedb.go p2p/discover: fix flaky tests writing to test.log after completion (#30506) 2024-09-26 08:12:12 +02:00
nodedb_test.go p2p: use netip.Addr where possible (#29891) 2024-06-05 19:31:04 +02:00
urlv4.go
urlv4_test.go