Skip to content

Commit

Permalink
Bump CPU limit for a TraceNoBackend10kSPS/JaegerGRPC load test (#1324)
Browse files Browse the repository at this point in the history
TraceNoBackend10kSPS/JaegerGRPC/NoMemoryLimit load test is flaky and often goes over 60%. Looking at the history wasn't able to identify a if something might cause a regression.
  • Loading branch information
dmitryax authored Jul 12, 2020
1 parent 3711c01 commit 1cbae96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/tests/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func TestTraceNoBackend10kSPS(t *testing.T) {
testbed.NewJaegerGRPCDataSender(testbed.DefaultHost, testbed.DefaultJaegerPort),
testbed.NewOCDataReceiver(testbed.DefaultOCPort),
testbed.ResourceSpec{
ExpectedMaxCPU: 60,
ExpectedMaxCPU: 70,
ExpectedMaxRAM: 198,
},
processorsConfig,
Expand Down

0 comments on commit 1cbae96

Please sign in to comment.