mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Lower limit for allowed losses in Stackdriver Logging tests
This commit is contained in:
parent
ac90c0e45c
commit
e7918897b4
@ -27,7 +27,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
loadTestMaxAllowedLostFraction = 0.01
|
||||
loadTestMaxAllowedLostFraction = 0.001
|
||||
loadTestMaxAllowedFluentdRestarts = 1
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user