Commit f3642eb9 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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

Automatic merge from submit-queue Lower allowed loss limit for Stackdriver Logging load tests
parents 4d26abdf 0ad2819a
...@@ -27,12 +27,10 @@ import ( ...@@ -27,12 +27,10 @@ import (
) )
const ( const (
// TODO(crassirostris): Once test is stable, decrease allowed loses loadTestMaxAllowedLostFraction = 0.01
loadTestMaxAllowedLostFraction = 0.05
loadTestMaxAllowedFluentdRestarts = 1 loadTestMaxAllowedFluentdRestarts = 1
) )
// TODO(crassirostris): Remove Flaky once test is stable
var _ = framework.KubeDescribe("Cluster level logging using GCL [Feature:StackdriverLogging]", func() { var _ = framework.KubeDescribe("Cluster level logging using GCL [Feature:StackdriverLogging]", func() {
f := framework.NewDefaultFramework("gcl-logging-load") f := framework.NewDefaultFramework("gcl-logging-load")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment