Skip to content

Commit a3f3526

Browse files
increase fault injection again to 85
1 parent 48af641 commit a3f3526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/selfmonitor/backpressure_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ func TestBackpressure(t *testing.T) {
270270
if tc.component == suite.LabelMetricAgent {
271271
// Metric agent and gateway (using kyma stats receiver) both send data to backend
272272
// We want to simulate backpressure only on agent, so block some percentage of traffic only from agent.
273-
backend = kitbackend.New(backendNs, signalTypeForComponent(tc.component), kitbackend.WithAbortFaultInjection(50),
273+
backend = kitbackend.New(backendNs, signalTypeForComponent(tc.component), kitbackend.WithAbortFaultInjection(85),
274274
kitbackend.WithDropFromSourceLabel(map[string]string{"app.kubernetes.io/name": "telemetry-metric-agent"}))
275275
} else {
276-
backend = kitbackend.New(backendNs, signalTypeForComponent(tc.component), kitbackend.WithAbortFaultInjection(50))
276+
backend = kitbackend.New(backendNs, signalTypeForComponent(tc.component), kitbackend.WithAbortFaultInjection(85))
277277
}
278278

279279
pipeline := tc.pipeline(pipelineName, genNs, backend)

0 commit comments

Comments
 (0)