Commit b75a0169 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents d2733394 4d6edd7a
...@@ -28,7 +28,7 @@ import ( ...@@ -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
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment