forked from forks/go-ethereum
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 |
||
|---|---|---|
| .. | ||
| idscheme.go | ||
| idscheme_test.go | ||
| iter.go | ||
| iter_test.go | ||
| localnode.go | ||
| localnode_test.go | ||
| node.go | ||
| node_test.go | ||
| nodedb.go | ||
| nodedb_test.go | ||
| urlv4.go | ||
| urlv4_test.go | ||