probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

Test flake: libp2p.TestReqTimeout #109

Open iand opened 10 months ago

iand commented 10 months ago
=== RUN   TestReqTimeout
    libp2pendpoint_test.go:440: 
            Error Trace:    /home/runner/work/go-kademlia/go-kademlia/libp2p/libp2pendpoint_test.go:440
            Error:          Should be true
            Test:           TestReqTimeout

Triggered by https://github.com/plprobelab/go-kademlia/pull/108

Test log: https://github.com/plprobelab/go-kademlia/actions/runs/5949863533/job/16136521951?pr=108

guillaumemichel commented 10 months ago

So it means that https://github.com/plprobelab/go-kademlia/pull/105 didn't address this test. I'll investigate.