Commit 7a09f860 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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

Automatic merge from submit-queue Lower limit for allowed losses in Stackdriver Logging tests
parents d59cf76a e7918897
......@@ -27,7 +27,7 @@ import (
)
const (
loadTestMaxAllowedLostFraction = 0.01
loadTestMaxAllowedLostFraction = 0.001
loadTestMaxAllowedFluentdRestarts = 1
)
......
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