![]() 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. |
||
---|---|---|
.. | ||
testing | ||
doc.go | ||
fs_resource_analyzer.go | ||
handler.go | ||
resource_analyzer.go | ||
summary_sys_containers_windows.go | ||
summary_sys_containers.go | ||
summary_test.go | ||
summary_windows_test.go | ||
summary.go | ||
volume_stat_calculator_test.go | ||
volume_stat_calculator.go |