Unverified Commit 821cf923 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #59246 from huangjiuyuan/scheduler/add-tests-for-schedulercache

Automatic merge from submit-queue (batch tested with PRs 59479, 59246). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add tests for schedulercache **What this PR does / why we need it**: Add tests for `node_info.go` under `schedulercache` package. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ``` NONE ```
parents ab2e1cb0 7d127962
......@@ -26,7 +26,10 @@ go_library(
go_test(
name = "go_default_test",
srcs = ["cache_test.go"],
srcs = [
"cache_test.go",
"node_info_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/kubernetes/pkg/scheduler/schedulercache",
deps = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment