Merge pull request #46229 from crassirostris/sd-logging-e2e-less-restrictive

Automatic merge from submit-queue

Make Stackdriver Logging e2e tests less restrictive

To reduce flakiness, as described in https://github.com/kubernetes/kubernetes/issues/45998, until further investigation

/cc @fgrzadkowski
This commit is contained in:
Kubernetes Submit Queue 2017-05-22 13:30:14 -07:00 committed by GitHub
commit c717a0ee2b

View File

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