fix(test): TestFindPeerQuery and TestFindPeerQueryMinimal now refresh DHT...
fix(test): TestFindPeerQuery and TestFindPeerQueryMinimal now refresh DHT routing tables before running. TestFindPeerQuery no longer runs with the race detector because it uses too many goroutines.
Showing
... | ... | @@ -8,6 +8,7 @@ require ( |
github.com/hashicorp/golang-lru v0.5.4 | ||
github.com/ipfs/go-cid v0.0.5 | ||
github.com/ipfs/go-datastore v0.4.4 | ||
github.com/ipfs/go-detect-race v0.0.1 | ||
github.com/ipfs/go-ipfs-util v0.0.1 | ||
github.com/ipfs/go-log v1.0.2 | ||
github.com/jbenet/goprocess v0.1.3 | ||
... | ... |
Please register or sign in to comment