Compare commits

...

1 Commits

Author SHA1 Message Date
Preston Van Loon
eebaa85aee e2e: Enable healthz check for all epochs 2023-09-07 18:17:22 -05:00

View File

@@ -33,7 +33,7 @@ var PeersConnect = e2etypes.Evaluator{
// HealthzCheck pings healthz and errors if it doesn't have the expected OK status.
var HealthzCheck = e2etypes.Evaluator{
Name: "healthz_check_epoch_%d",
Policy: policies.AfterNthEpoch(0),
Policy: policies.AllEpochs,
Evaluation: healthzCheck,
}