functional-tester/cmd/etcd-tester: add wait health logging

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-04-01 00:38:04 -07:00
parent e552607a04
commit 3fe077746f

View File

@ -50,6 +50,7 @@ func main() {
}
defer clus.DestroyEtcdAgents()
logger.Info("wait health after bootstrap")
err = clus.WaitHealth()
if err != nil {
logger.Fatal("WaitHealth failed", zap.Error(err))