Merge pull request #8873 from piosz/load_generator

Re-enabled load e2e test for Jenkins scalability suite
This commit is contained in:
Filip Grzadkowski
2015-06-02 04:05:23 -07:00
2 changed files with 11 additions and 2 deletions

View File

@@ -776,7 +776,7 @@ func RunRC(c *client.Client, name string, ns, image string, replicas int) error
By(fmt.Sprintf("%v Waiting for all %d replicas to be running with a max container failures of %d", time.Now(), replicas, maxContainerFailures))
same = 0
last = 0
failCount = 10
failCount = 20
current = 0
oldPods := make([]*api.Pod, 0)
for same < failCount && current < replicas {