mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +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 (
|
||||
// TODO(crassirostris): Once test is stable, decrease allowed loses
|
||||
loadTestMaxAllowedLostFraction = 0.1
|
||||
loadTestMaxAllowedLostFraction = 0.05
|
||||
loadTestMaxAllowedFluentdRestarts = 1
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user