plugeth/trie
Martin Holst Swende c131e812ae
eth/fetcher, trie: unit test reliability fixes (#23020)
Some tests take quite some time during exit, which I think causes
some appveyor fails like this:

    https://ci.appveyor.com/project/ethereum/go-ethereum/builds/39511210/job/xhom84eg2e4uulq3

One of the things that seem to take time during exit is waiting
(up to 100ms) for the syncbloom to close. This PR changes it to use
a channel, instead of looping with a 100ms wait.

This also includes some unrelated changes improving the reliability of
eth/fetcher tests, which fail a lot because they are time-dependent.
2021-06-30 22:24:17 +02:00
..
committer.go
database_test.go
database.go trie: remove the duplicate batch-write for 'preimage' (#23001) 2021-06-07 09:11:07 +02:00
encoding_test.go
encoding.go
errors.go
hasher.go
iterator_test.go
iterator.go core/state/snapshot, true: reuse dirty data instead of hitting disk when generating (#22667) 2021-04-23 14:39:18 +03:00
node_test.go
node.go
proof_test.go core, eth, ethdb, trie: simplify range proofs 2021-04-29 10:59:08 +03:00
proof.go core, eth, ethdb, trie: simplify range proofs 2021-04-29 10:59:08 +03:00
secure_trie_test.go
secure_trie.go
stacktrie_test.go
stacktrie.go
sync_bloom.go eth/fetcher, trie: unit test reliability fixes (#23020) 2021-06-30 22:24:17 +02:00
sync_test.go
sync.go
trie_test.go core, eth, ethdb, trie: simplify range proofs 2021-04-29 10:59:08 +03:00
trie.go trie: small optimization of delete in fullNode case (#22979) 2021-06-20 15:59:00 +02:00