Commit 4d6edd7a authored by Piotr Szczesniak's avatar Piotr Szczesniak

Harden requirements for lost logs in GCL e2e load tests

parent 84dbf9c8
...@@ -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