libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
516 stars 221 forks source link

Use MapDatastore for provider backend tests instead of leveldb #896

Closed dennis-tra closed 10 months ago

dennis-tra commented 10 months ago

leveldb synchronization seems to behave differenlty on Windows vs. Linux/MacOS which lead to failing tests.