David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
|
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
[]()
|
2016-06-28 09:18:16 -07:00 |
|
Random-Liu
|
aecb5357a6
|
Fix node problem detector e2e flake
|
2016-06-26 16:34:31 -07:00 |
|
Łukasz Oleś
|
8ec15ad937
|
Skip test if ssh is not supported by provider
On local vagrant cluster this test is failing because there is no ssh support.
|
2016-06-24 16:37:39 +02:00 |
|
Random-Liu
|
0d05ece797
|
Make it blocks in NodeProblemDetector e2e test serial.
|
2016-06-13 11:00:41 -07:00 |
|
Random-Liu
|
f6f79a7d20
|
Add e2e test for node problem detector
|
2016-06-09 18:20:07 -07:00 |
|