You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestProvidesMany never finishes on Windows machines. It keeps printing:
dht_test.go:956: Did not get a provider back (* at *)
TestPeriodicRefresh, TestFindPeerQuery and TestFindPeerWithQueryFilter panic after 10 minut timeout passes.
TestFindPeerQueryMinimal finishes quickly but is extremely flaky:
dht_test.go:1392: connecting
dht_test.go:1407: waiting for routing tables
dht_test.go:620: avg rt size: 1
dht_test.go:1412: refreshing
dht_test.go:1425: waiting for routing tables again
dht_test.go:1428: failed to reach well-formed routing tables after 5s
dht_test.go:1435: querying
dht_test.go:1446: got 4 peers
The text was updated successfully, but these errors were encountered:
galargh
changed the title
TestProvidesMany times out on Windows machines
TestProvidesMany, TestPeriodicRefresh and TestFindPeerQuery time out on Windows machines
Jan 14, 2022
galargh
changed the title
TestProvidesMany, TestPeriodicRefresh and TestFindPeerQuery time out on Windows machines
TestProvidesMany, TestPeriodicRefresh, TestFindPeerQuery and TestFindPeerWithQueryFilter fail on Windows machines
Jan 14, 2022
TestProvidesMany
never finishes on Windows machines. It keeps printing:TestPeriodicRefresh
,TestFindPeerQuery
andTestFindPeerWithQueryFilter
panic after 10 minut timeout passes.TestFindPeerQueryMinimal
finishes quickly but is extremely flaky:The text was updated successfully, but these errors were encountered: