mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-20 21:57:09 -04:00
We can observe the delay in the metric histogram. Because we run in a synctest bubble, the delay is 100% predictable. Unfortunately we cannot use the reactor mechanism of the fake client: that delays while holding the fake's mutex. When some other goroutine (in this case, the event recorder) calls the client, it gets blocked without being considered durably blocked by synctest, so time does not advance and the test gets stuck. |
||
|---|---|---|
| .. | ||
| config | ||
| metrics | ||
| device_taint_eviction.go | ||
| device_taint_eviction_test.go | ||
| doc.go | ||
| mockqueue_test.go | ||
| nopqueue.go | ||
| OWNERS | ||