Browse Source

functional/tester: remove unnecessary health check log

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
53e7621026
1 changed files with 1 additions and 5 deletions
  1. 1 5
      functional/tester/cluster.go

+ 1 - 5
functional/tester/cluster.go

@@ -544,11 +544,7 @@ func (clus *Cluster) WaitHealth() error {
 			)
 		}
 		if err == nil {
-			clus.lg.Info(
-				"health check ALL PASS",
-				zap.Int("round", clus.rd),
-				zap.Int("case", clus.cs),
-			)
+			clus.lg.Info("health check ALL PASS")
 			return nil
 		}
 		time.Sleep(time.Second)