mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Harden requirements for lost logs in GCL e2e load tests
This commit is contained in:
parent
84dbf9c877
commit
4d6edd7adc
@ -28,7 +28,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// TODO(crassirostris): Once test is stable, decrease allowed loses
|
// TODO(crassirostris): Once test is stable, decrease allowed loses
|
||||||
loadTestMaxAllowedLostFraction = 0.1
|
loadTestMaxAllowedLostFraction = 0.05
|
||||||
loadTestMaxAllowedFluentdRestarts = 1
|
loadTestMaxAllowedFluentdRestarts = 1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user