mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #44447 from piosz/logging-e2e
Automatic merge from submit-queue Harden requirements for lost logs in GCL e2e load tests cc @crassirostris
This commit is contained in:
commit
b75a016953
@ -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