Files
kubernetes/test/e2e
k8s-merge-robot 86357b8deb Merge pull request #28092 from Random-Liu/fix-node-problem-detector-e2e
Automatic merge from submit-queue

Fix node problem detector e2e flake

Fix #28069.

The [original code](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/node_problem_detector.go#L198-L204) assumes the test condition will be generated after 5s ([`pollConsistently`](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/node_problem_detector.go#L39)), however sometimes that may not be enough, see #28096

So, this PR changes it to use `Eventually` instead of `Consistently` to make the code waits longer before the test condition to be generated. The original `Consistently` checking is a bit redundant, so I removed it.

@dchen1107 

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-06-28 09:18:16 -07:00
..
2016-06-16 11:28:06 -07:00
2016-06-16 11:28:06 -07:00
2016-06-21 12:48:00 -07:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-06-01 09:54:57 -07:00
2016-04-29 17:12:10 -04:00
2016-06-21 11:50:26 -07:00
fg
2016-06-24 13:54:05 -07:00
2016-05-06 15:08:41 +11:00
2016-06-16 11:28:06 -07:00
2016-04-29 17:12:10 -04:00
2016-06-20 11:36:11 -04:00
2016-06-07 15:50:12 +02:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-06-02 07:38:51 -07:00
2016-05-19 10:38:13 -07:00
2016-05-06 22:13:04 +00:00