Merge pull request #44447 from piosz/logging-e2e

Automatic merge from submit-queue

Harden requirements for lost logs in GCL e2e load tests

cc @crassirostris
This commit is contained in:
Kubernetes Submit Queue
2017-04-13 14:04:19 -07:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ import (
const (
// TODO(crassirostris): Once test is stable, decrease allowed loses
loadTestMaxAllowedLostFraction = 0.1
loadTestMaxAllowedLostFraction = 0.05
loadTestMaxAllowedFluentdRestarts = 1
)