Merge pull request #44764 from crassirostris/stackdriver-e2e-tests-hardening

Automatic merge from submit-queue

Lower allowed loss limit for Stackdriver Logging load tests
This commit is contained in:
Kubernetes Submit Queue
2017-04-21 06:10:20 -07:00
committed by GitHub

View File

@@ -27,12 +27,10 @@ import (
)
const (
// TODO(crassirostris): Once test is stable, decrease allowed loses
loadTestMaxAllowedLostFraction = 0.05
loadTestMaxAllowedLostFraction = 0.01
loadTestMaxAllowedFluentdRestarts = 1
)
// TODO(crassirostris): Remove Flaky once test is stable
var _ = framework.KubeDescribe("Cluster level logging using GCL [Feature:StackdriverLogging]", func() {
f := framework.NewDefaultFramework("gcl-logging-load")