kubernetes/pkg/controller/node/scheduler
Kubernetes Submit Queue 815b894dd4 Merge pull request #51705 from enj/enj/i/panic_timed_workers_test/51704
Automatic merge from submit-queue (batch tested with PRs 51031, 51705, 51888, 51727, 51684). 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>..

Address panic in TestCancelAndReadd

This further increases the timeouts in `timed_workers_test` to reduce the chance of a race condition against the wait group.

Signed-off-by: Monis Khan <mkhan@redhat.com>

Fixes #51704

/assign @gmarek

cc @davidopp @timothysc

```release-note
NONE
```
2017-09-23 01:47:02 -07:00
..
BUILD Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
rate_limited_queue_test.go
rate_limited_queue.go golint fixes 2017-08-08 17:04:50 -07:00
taint_controller_test.go Change TimeAdded to pointer 2017-09-07 14:13:09 -04:00
taint_controller.go golint fixes 2017-08-08 17:04:50 -07:00
timed_workers_test.go Address panic in TestCancelAndReadd 2017-08-31 09:49:57 -04:00
timed_workers.go