Files
kubernetes/pkg/kubelet
Claudiu Belu ec753fcb55 unittests: Fixes unit tests for Windows (part 6)
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.
2023-01-31 11:49:26 +00:00
..
2022-07-26 13:14:05 -04:00
2023-01-18 14:18:41 +02:00
2022-11-09 09:02:40 +01:00
2022-11-09 07:17:05 +08:00
2022-11-08 20:06:16 +05:30
2022-07-24 19:04:08 +09:00
2023-01-26 00:02:30 +00:00
2022-07-26 13:14:05 -04:00
2022-07-26 13:14:05 -04:00
2022-11-09 09:02:40 +01:00
2022-04-27 21:08:42 +08:00
2022-07-26 13:14:05 -04:00