mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Lower allowed loss limit for Stackdriver Logging load tests
This commit is contained in:
parent
cd37aaafb3
commit
0ad2819a18
@ -27,12 +27,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// TODO(crassirostris): Once test is stable, decrease allowed loses
|
loadTestMaxAllowedLostFraction = 0.01
|
||||||
loadTestMaxAllowedLostFraction = 0.05
|
|
||||||
loadTestMaxAllowedFluentdRestarts = 1
|
loadTestMaxAllowedFluentdRestarts = 1
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO(crassirostris): Remove Flaky once test is stable
|
|
||||||
var _ = framework.KubeDescribe("Cluster level logging using GCL [Feature:StackdriverLogging]", func() {
|
var _ = framework.KubeDescribe("Cluster level logging using GCL [Feature:StackdriverLogging]", func() {
|
||||||
f := framework.NewDefaultFramework("gcl-logging-load")
|
f := framework.NewDefaultFramework("gcl-logging-load")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user