diff --git a/tools/functional-tester/cmd/etcd-tester/main.go b/tools/functional-tester/cmd/etcd-tester/main.go index 66c66b99e..c00a28b55 100644 --- a/tools/functional-tester/cmd/etcd-tester/main.go +++ b/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))