k3s/test/e2e
Kubernetes Submit Queue a7b63e1a95 Merge pull request #36723 from dims/fix-matchcontainer-output-retry
Automatic merge from submit-queue

Cleanup pod in MatchContainerOutput

MatchContainerOutput always creates a pod and does not cleanup. We need
to fix this to be better at re-trying the scenarios.

When there is an error say in the first attempt of ExpectNoErrorWithRetries
(for example in "Pods should contain environment variables for services" test)
the retries logic calls MatchContainerOutput another time and the
podClient.create fails correctly since the pod was not cleaned up the
first time MatchContainerOutput was called.

Fixes #35089
2016-11-14 20:06:22 -08:00
..
chaosmonkey autogenerated 2016-10-21 17:32:32 -07:00
common Merge pull request #36771 from euank/bump-some-memory 2016-11-14 16:59:19 -08:00
framework Merge pull request #36723 from dims/fix-matchcontainer-output-retry 2016-11-14 20:06:22 -08:00
generated Fixe verify bazel 2016-11-08 13:01:28 -05:00
perftype autogenerated 2016-10-21 17:32:32 -07:00
testing-manifests Merge pull request #33850 from ymqytw/add_e2e_test_for_kubectl_in_pod 2016-11-08 21:00:53 -08:00
BUILD Add back e2e tests for disruption budget 2016-11-11 22:30:56 +01:00
addon_update.go Bumps up Addon Manager to v6.0-alpha.1 and updates related e2e test 2016-11-09 09:19:15 -08:00
autoscaling_utils.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
batch_v1_jobs.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
cadvisor.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
cluster_logging_es.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
cluster_logging_gcl.go Promoted GCL e2e test to stable 2016-11-04 13:13:30 +01:00
cluster_logging_utils.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
cluster_size_autoscaling.go Merge pull request #35404 from brendandburns/autoscale 2016-10-25 13:23:17 -07:00
cluster_upgrade.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
cronjob.go Support ScheduledJob name 2016-11-07 10:14:12 +01:00
daemon_restart.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
daemon_set.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
dashboard.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
density.go Fix resource constraints in density test 2016-11-10 10:21:27 +01:00
deployment.go Restore event messages for replica sets in the deployment controller 2016-11-10 14:34:40 +01:00
disruption.go Add back e2e tests for disruption budget 2016-11-11 22:30:56 +01:00
dns.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
dns_autoscaling.go Changed kube-dns-autoscaler's target to Deployment/kube-dns 2016-11-09 09:20:51 -08:00
e2e-example-config.json Add viper support to core e2es 2016-09-15 18:38:01 -04:00
e2e.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
e2e_test.go Add viper support to core e2es 2016-09-15 18:38:01 -04:00
empty.go Stricter timeouts for nodePort curling 2016-11-03 22:31:39 -07:00
empty_dir_wrapper.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
etcd_failure.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
events.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
example_cluster_dns.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
example_k8petstore.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
examples.go Use the new name for cassandra-statefulset.yaml in e2e tests. 2016-11-07 22:33:47 -08:00
federated-ingress.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
federated-namespace.go Autogenerated bazel and test owner changes 2016-11-05 20:57:58 -07:00
federated-secret.go Adding cadcading deletion support to federated secrets 2016-11-07 11:42:59 -08:00
federated-service.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
federation-apiserver.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
federation-authn.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
federation-daemonset.go E2e tests for federated daemonset 2016-11-05 01:54:41 +01:00
federation-deployment.go E2e test for federated deployment controller 2016-11-06 19:21:59 +01:00
federation-event.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
federation-replicaset.go remove versioned LabelSelector definitions 2016-10-26 13:50:13 -07:00
federation-util-14.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
federation-util.go Merge pull request #34905 from ingvagabund/client-to-clientset 2016-10-24 05:38:43 -07:00
garbage_collector.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
generated_clientset.go Rename ScheduledJob to CronJob 2016-11-07 10:14:12 +01:00
gke_local_ssd.go
gke_node_pools.go Use clientset in GetReadySchedulableNodesOrDie 2016-10-19 15:55:39 +02:00
google_compute.go
ha_master.go Added e2e test for HA master replicas in different zones. 2016-11-08 10:32:31 +01:00
horizontal_pod_autoscaling.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
ingress.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
ingress_utils.go Clean up static-ip in e2e 2016-10-28 10:06:31 -07:00
initial_resources.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
job.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
kibana_logging.go Fixed kibana e2e test 2016-11-12 22:27:37 +01:00
kube_proxy.go Adds TCPCloseWaitTimeout option to kube-proxy for sysctl nf_conntrack_tcp_timeout_time_wait 2016-11-03 22:07:02 -07:00
kubectl.go Merge pull request #33850 from ymqytw/add_e2e_test_for_kubectl_in_pod 2016-11-08 21:00:53 -08:00
kubelet.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
kubelet_perf.go Use generous limits in the resource usage tracking tests 2016-11-10 18:01:58 -08:00
limit_range.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
load.go Stricter timeouts for nodePort curling 2016-11-03 22:31:39 -07:00
logging_soak.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
mesos.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
metrics_grabber_test.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
monitoring.go Rename PetSet API to StatefulSet 2016-10-27 17:25:10 -07:00
namespace.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
network_partition.go Update network_partition.go 2016-11-05 13:31:53 -07:00
networking.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
networking_perf.go Use clientset in GetReadySchedulableNodesOrDie 2016-10-19 15:55:39 +02:00
node_problem_detector.go Add e2e test for NPD v0.2. 2016-11-02 21:50:59 -07:00
nodeoutofdisk.go Marked NodeOutOfDisk test with feature label to remove it from flaky suite 2016-10-25 22:48:43 +02:00
opaque_resource.go Support opaque integer resource accounting. 2016-10-28 10:15:13 -07:00
pd.go include multiple versions in clientset 2016-10-29 13:30:47 -07:00
persistent_volumes.go Add multiple PV/PVC pair handling to persistent volume e2e test 2016-10-24 20:18:42 -05:00
petset.go Merge pull request #36212 from foxish/fix-petset-flake 2016-11-04 15:58:29 -07:00
pod_gc.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
pods.go Made changes to DELETE API to let v1.DeleteOptions be passed in as a QueryParameter 2016-11-03 15:53:04 -07:00
portforward.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
pre_stop.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
proxy.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
rc.go Replica set/rc controller changes for Conditions 2016-11-02 10:30:09 +01:00
reboot.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
replica_set.go Replica set/rc controller changes for Conditions 2016-11-02 10:30:09 +01:00
rescheduler.go Modifies Rescheduler e2e test for the new dashboard addon 2016-11-09 09:17:05 -08:00
resize_nodes.go Added a sleep for the podGC to catch up. 2016-11-03 16:55:38 -07:00
resource_quota.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
restart.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
scheduler_predicates.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
security_context.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
service.go Extend test timeout for LB creation in large clusters 2016-11-08 15:08:14 +01:00
service_accounts.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
service_latency.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
serviceloadbalancers.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
ssh.go Use clientset in GetReadySchedulableNodesOrDie 2016-10-19 15:55:39 +02:00
third-party.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
ubernetes_lite.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
util_iperf.go
volume_provisioning.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
volumes.go Merge pull request #36179 from rootfs/fix-secret 2016-11-04 14:06:11 -07:00