kubernetes/test/e2e/scalability
Kubernetes Submit Queue fdf14b8218 Merge pull request #50913 from shyamjvs/list-call-slo
Automatic merge from submit-queue (batch tested with PRs 50893, 50913, 50963, 50629, 50640)

Increase latency threshold for list api calls

This is only a short-term solution to make our density test green. In the long-term, we should measure as per our new SLIs.
From @wojtek-t's [doc](https://docs.google.com/document/d/1Q5qxdeBPgTTIXZxdsFILg7kgqWhvOwY8uROEf0j5YBw) on the new SLIs/SLOs, we have the following SLO for list calls:

```
SLO1: In default Kubernetes installation, 99th percentile of SLI2 per cluster-day:
<= 1s if total number of objects of the same type as resource in the system <= X
<= 5s if total number of objects of the same type as resource in the system <= Y
<= 30s if total number of objects of the same types as resource in the system <= Z
```

I would guess that 170,000 pods would fall into the 2nd bracket (at least) and hence the new value of 5s. WDYT?

cc @kubernetes/sig-scalability-misc @wojtek-t @gmarek
2017-08-22 05:31:07 -07:00
..
BUILD Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
density.go Merge pull request #50913 from shyamjvs/list-call-slo 2017-08-22 05:31:07 -07:00
empty.go Add [sig-scalability] prefix to scalability e2e tests 2017-08-02 11:44:20 +08:00
framework.go Add [sig-scalability] prefix to scalability e2e tests 2017-08-02 11:44:20 +08:00
load.go Increase latency threshold for list api calls 2017-08-19 00:55:35 +02:00
OWNERS Move performance tests to test/e2e/scalability subdirectory 2017-07-12 12:08:26 +02:00