Files
kubernetes/pkg/controller
Kubernetes Submit Queue 9d0e3dff07 Merge pull request #62445 from yue9944882/fix-job-backoff-test
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>.

Fixes failing job back off test

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

 The test `TestJobBackoff` is always failing on my local environment.

After debugging, I find that it is caused by `fakeRateLimitQueue` in which the `Forget` call should have delete the key entry from the queue. But actually it is doing nothing. 

IDK why upstream test is running successfully all the time. Am I missing sth?


**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**:

```release-note
NONE
```
2018-04-18 11:57:10 -07:00
..
2018-04-12 15:58:09 +08:00
2018-04-01 18:57:29 +10:00
2018-02-16 13:43:01 -08:00
2018-04-01 18:57:29 +10:00
2018-04-02 17:44:04 -07:00
2018-02-16 12:24:27 +01:00
2018-02-16 13:43:01 -08:00
2018-02-23 08:06:42 -08:00
2017-11-14 17:18:17 +08:00