k3s/pkg/scheduler
Kubernetes Submit Queue f2db955b9d
Merge pull request #64363 from idealhack/sub-benchmarks/scheduler/schedulercache
Automatic merge from submit-queue. 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>.

scheduler: update tests to use sub-benchmarks (pkg/scheduler/cache)

**What this PR does / why we need it**:

Go 1.7 added the subtest feature which can make table-driven tests much easier to run and debug. Some tests are not using this feature.

Further reading: [Using Subtests and Sub-benchmarks](https://blog.golang.org/subtests)

/kind cleanup

**Release note**:

```release-note
NONE
```
2018-07-01 19:04:19 -07:00
..
algorithm Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
algorithmprovider Fix scheduler config decoding 2018-06-24 23:28:56 -04:00
api Update generated files 2018-06-29 20:36:17 +02:00
cache Merge pull request #64363 from idealhack/sub-benchmarks/scheduler/schedulercache 2018-07-01 19:04:19 -07:00
core Merge pull request #65396 from bsalamat/sched_no_sort 2018-06-23 20:12:01 -07:00
factory Increase glog level of some scheduling errors. 2018-06-28 23:34:29 -04:00
metrics Split scheduler latency metric to fine-grained steps 2018-06-21 14:19:39 +02:00
testing Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
util Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
volumebinder Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
OWNERS Update OWNERS labels for cluster-lifecycle and scheduling 2018-04-05 16:25:04 -05:00
scheduler.go Increase glog level of some scheduling errors. 2018-06-28 23:34:29 -04:00
scheduler_test.go use subtest for table units 2018-06-08 10:52:28 -04:00
testutil.go remove unused func in FakeConfigurator of scheduler 2018-01-25 16:08:13 +08:00