mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
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:
@@ -27,7 +27,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
loadTestMaxAllowedLostFraction = 0.01
|
loadTestMaxAllowedLostFraction = 0.001
|
||||||
loadTestMaxAllowedFluentdRestarts = 1
|
loadTestMaxAllowedFluentdRestarts = 1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user