mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
cmd/swarm/swarm-smoke: first version trigger has-chunks on timeout
This commit is contained in:
parent
27e3f96819
commit
554aa7e3e0
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ func uploadAndSyncCmd(ctx *cli.Context, tuid string) error {
|
||||||
metrics.GetOrRegisterCounter(fmt.Sprintf("%s.timeout", commandName), nil).Inc(1)
|
metrics.GetOrRegisterCounter(fmt.Sprintf("%s.timeout", commandName), nil).Inc(1)
|
||||||
|
|
||||||
// trigger debug functionality on randomBytes
|
// trigger debug functionality on randomBytes
|
||||||
|
// get all references
|
||||||
|
//httpEndpoint(hosts[0])
|
||||||
|
// has-chunks
|
||||||
|
|
||||||
return fmt.Errorf("timeout after %v sec", timeout)
|
return fmt.Errorf("timeout after %v sec", timeout)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue