k3s/pkg/scheduler
Kubernetes Submit Queue 357decc9db
Merge pull request #63666 from xchapter7x/pkg-scheduler-factory
Automatic merge from submit-queue (batch tested with PRs 58487, 63666). 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>.

use subtest for table units (pkg/scheduler/factory)

**What this PR does / why we need it**: Update scheduler's unit table tests to use subtest

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:

**Special notes for your reviewer**:
breaks up PR: https://github.com/kubernetes/kubernetes/pull/63281
/ref #63267

**Release note**:

```release-note
This PR will leverage subtests on the existing table tests for the scheduler units.
Some refactoring of error/status messages and functions to align with new approach.

```
2018-07-19 02:09:06 -07:00
..
algorithm Rework image locality with spread-based scoring 2018-07-11 23:58:23 -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 scheduler: fix panic while removing node from imageStates cache 2018-07-16 11:42:28 +05:30
core fix glogformat 2018-07-14 10:22:12 +08:00
factory Merge pull request #63666 from xchapter7x/pkg-scheduler-factory 2018-07-19 02:09:06 -07: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