mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-29 22:04:01 -04:00
Currently, there are some unit tests that are failing on Windows due to various reasons: - On Windows, consecutive time.Now() calls may return the same timestamp, which would cause the TestFreeSpaceRemoveByLeastRecentlyUsed test to flake. - tests in kuberuntime_container_windows_test.go fail on Nodes that have fewer than 3 CPUs, expecting the CPU max set to be more than 100% of available CPUs, which is not possible. - calls in summary_windows_test.go are missing context. - filterTerminatedContainerInfoAndAssembleByPodCgroupKey will filter and group container information by the Pod cgroup key, if it exists. However, we don't have cgroups on Windows, thus we can't make the same assertions. |
||
|---|---|---|
| .. | ||
| fuzzer | ||
| install | ||
| v1 | ||
| v1beta1 | ||
| validation | ||
| doc.go | ||
| OWNERS | ||
| register.go | ||
| types.go | ||
| zz_generated.deepcopy.go | ||