Files
kubernetes/test/e2e
k8s-merge-robot 29b494fe02 Merge pull request #27577 from janetkuo/e2e-example-broken-spark
Automatic merge from submit-queue

Fix 7 broken example e2e tests

Fixes #27325, Fixes #27727

7 broken example e2e tests:

- [x] Spark   
  * `namespace` is specified in example yaml files which conflict with e2e test namespaces, fixed by removing the namespace in yaml (the yaml files of [spark example](https://github.com/kubernetes/kubernetes/tree/master/examples/spark) doesn't need the namespace specified since it's specified in its context)  -- cc @k82 who added namespace to Spark example in #23807
  * wait for pods to exist before determining if it's running
- [x] Hazelcast
  * wait for pods to exist before determining if it's running
- [x] Redis
  * image `kubernetes/redis:v2` is not found, changed to `kubernetes/redis:v1` instead
  * wait for pods to exist before determining if it's running
- [x] Celery-RabbitMQ
  * remove 1 redundant call to `forEachPod`
  * wait for pods to exist before determining if it's running
- [x] Cassandra
  * fix `kubectl exec` on incorrect pod name 
  * fix getting endpoint ip addresses before creating pods 
  * wait for pods to exist before determining if it's running
- [x] Storm
  * wait for pods to exist before determining if it's running
- [x] RethinkDB
  * wait for pods to exist before determining if it's running

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-06-21 15:13:50 -07:00
..
2016-06-16 11:28:06 -07:00
2016-06-16 11:28:06 -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
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-16 20:14:28 -07: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