k3s/test/e2e/framework
k8s-merge-robot 63bb2810d2 Merge pull request #28212 from soltysh/wait_pod
Automatic merge from submit-queue

Switched watches in tests require ResourceVersion to be passed

For testing the Watches are not sufficient in that it might miss the event of transitioning a Pod from one state to another which might happen before we start Watching events. To remedy this, I'm proposing to switch to Gets to always read the actual state of a Pod.

@smarterclayton this fixes https://github.com/openshift/origin/issues/9192 and hopefully all `gave up waiting for pod...` flakes 

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-07-19 11:28:23 -07:00
..
cleanup.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
federation_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
framework.go Merge pull request #28212 from soltysh/wait_pod 2016-07-19 11:28:23 -07:00
gobindata_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kubelet_stats.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
log_size_monitoring.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
nodes_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
perf_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
pods.go Make it possible to share test between e2e and node e2e, 2016-07-18 14:05:08 -07:00
prompush.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
resource_usage_gatherer.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
test_context.go Merge pull request #28807 from Random-Liu/e2e-node-e2e-share-test 2016-07-18 18:52:56 -07:00
util.go Rework pod waiting mechanism in e2e tests to accept pod and watch based 2016-07-18 12:06:36 +02:00