mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-02-14 18:09:50 +00:00
And implement it
Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
This commit is contained in:
@@ -82,6 +82,8 @@ func CheckCluster(ctx context.Context) *models.ClusterHealthResults {
|
||||
}
|
||||
sort.Strings(expectedNodes)
|
||||
}
|
||||
// count the nodes reported by the instance
|
||||
response.NodesTotal++
|
||||
}
|
||||
// 2. check that all nodes report the same peers
|
||||
if len(checkAll.Responses) < 1 {
|
||||
|
||||
Reference in New Issue
Block a user