Merge pull request #44850 from crassirostris/sd-logging-e2e-tolerance

Automatic merge from submit-queue

Lower limit for allowed losses in Stackdriver Logging tests
This commit is contained in:
Kubernetes Submit Queue
2017-04-24 05:39:47 -07:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ import (
)
const (
loadTestMaxAllowedLostFraction = 0.01
loadTestMaxAllowedLostFraction = 0.001
loadTestMaxAllowedFluentdRestarts = 1
)