mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/network/stream: disabled healthy check in delivery tests
This commit is contained in:
parent
4aed2a5e12
commit
a9e3bb8551
1 changed files with 5 additions and 3 deletions
|
|
@ -536,9 +536,11 @@ func testDeliveryFromNodes(t *testing.T, nodes, chunkCount int, skipCheck bool)
|
||||||
|
|
||||||
log.Debug("Waiting for kademlia")
|
log.Debug("Waiting for kademlia")
|
||||||
// TODO this does not seem to be correct usage of the function, as the simulation may have no kademlias
|
// TODO this does not seem to be correct usage of the function, as the simulation may have no kademlias
|
||||||
if _, err := sim.WaitTillHealthy(ctx); err != nil {
|
/*
|
||||||
return err
|
if _, err := sim.WaitTillHealthy(ctx); err != nil {
|
||||||
}
|
return err
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
//get the pivot node's filestore
|
//get the pivot node's filestore
|
||||||
item, ok := sim.NodeItem(pivot, bucketKeyFileStore)
|
item, ok := sim.NodeItem(pivot, bucketKeyFileStore)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue