mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 13:57:38 +00:00
Thanks for waiting for cache sync via channels the random delays caused by polling are gone, making the initial setup including cache sync happen "immediately" when a test starts (= same virtual time). This makes the tests more predictable and simplifies making further assertions about when something happens or how long it takes. While at it, restore previous performance by setting feature gates once and running tests in parallel again.