Browse Source

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

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
3fe077746f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/functional-tester/cmd/etcd-tester/main.go

+ 1 - 0
tools/functional-tester/cmd/etcd-tester/main.go

@@ -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))