kubernetes/test
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
..
component/scheduler/perf Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic 2016-05-26 19:16:43 +03:00
e2e Merge pull request #27577 from janetkuo/e2e-example-broken-spark 2016-06-21 15:13:50 -07:00
e2e_node Merge pull request #27570 from Random-Liu/add-runtime-request-timeout-flag 2016-06-21 01:26:54 -07:00
fixtures/pkg/kubectl/cmd/apply Fix reference to versioned object in kubectl apply 2016-02-10 14:11:44 -08:00
images Merge pull request #26913 from bprashanth/petset_e2e 2016-06-09 23:31:36 -07:00
integration Merge pull request #27426 from soltysh/scheduledjob_test_reapply 2016-06-21 10:31:54 -07:00
kubemark Bumped Heapster to v1.1.0 2016-06-16 20:41:28 +02:00
soak Convert everything to use vendor/ 2016-05-08 20:30:37 -07:00
utils Remove dependency on test/integration from kubemark 2016-06-20 16:20:51 +02:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00