k3s/test/e2e
Kubernetes Submit Queue 46e159219e Merge pull request #49712 from ironcladlou/gc-e2e-timeout-fix
Automatic merge from submit-queue (batch tested with PRs 49712, 49694, 49714, 49670, 49717)

Reduce GC e2e test flakiness

Increase GC wait timeout in a flaky e2e test. The test expects a GC
operation to be performed within 30s, while in practice the operation
often takes longer due to a delay between the enqueueing of the owner's
delete operation and the GC's actual processing of that event. Doubling
the time seems to stabilize the test. The test's assumptions can be
revisited, and the processing delay under load can be investigated in
the future.

Extracted from https://github.com/kubernetes/kubernetes/pull/47665 per https://github.com/kubernetes/kubernetes/pull/47665#issuecomment-318219099.

/cc @sttts @caesarxuchao @deads2k @kubernetes/sig-api-machinery-bugs


```release-note
NONE
```
2017-07-28 08:14:58 -07:00
..
apimachinery Reduce GC e2e test flakiness 2017-07-27 08:12:20 -04:00
apps StatefulSet: Stop using `initialized` annotation in e2e tests. 2017-07-24 10:18:47 -07:00
autoscaling Update factory.go informers to update equivalence cache 2017-07-18 23:55:01 +08:00
chaosmonkey Defer test stop & cleanup 2017-05-23 10:11:46 -07:00
common Merge pull request #49144 from mikedanese/sig-lifecycle-tests 2017-07-19 19:10:14 -07:00
framework Merge pull request #49443 from yguo0905/gke-tests 2017-07-28 07:22:36 -07:00
generated Use cos-stable-59-9460-64-0 instead of cos-beta-59-9460-20-0. 2017-06-16 13:48:50 -07:00
instrumentation Use AppsV1beta1 instead of Apps clienset 2017-07-20 14:16:42 -07:00
kubectl update godep 2017-07-20 11:03:49 -07:00
lifecycle Added sig-storage labels to upgrade tests and moved them to appropriate directory 2017-07-24 13:23:43 -07:00
manifest Move e2e fromManifest funcs to manifest package 2017-06-23 18:47:42 -04:00
metrics Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
network Merge pull request #49341 from nicksardo/ilb-e2e 2017-07-24 23:55:13 -07:00
node move sig-node related e2e tests to node subdir 2017-07-25 15:22:43 -07:00
perftype
scalability Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
scheduling Add inter-pod-affinity integration tests and remove corresponding e2e tests 2017-07-26 23:24:28 -04:00
storage Merge pull request #49163 from msau42/e2e-cleanup 2017-07-21 03:00:23 -07:00
testing-manifests Adds statefulset replicated sql upgrade test. Relies on image code that lives elsewhere. 2017-07-10 13:49:47 -07:00
upgrades Merge pull request #48911 from verult/StorageTests 2017-07-24 20:26:59 -07:00
BUILD move sig-node related e2e tests to node subdir 2017-07-25 15:22:43 -07:00
README.md Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
certificates.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
dashboard.go
e2e-example-config.json
e2e.go fixit: break sig-cluster-lifecycle tests into subpackage 2017-07-19 10:14:51 -07:00
e2e_test.go Moves networking e2e tests to test/e2e/network 2017-07-22 09:43:42 -07:00
events.go run hack/update-all 2017-06-22 11:31:03 -07:00
example_cluster_dns.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
examples.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
generated_clientset.go remove duplicated import and wrong alias name of api package 2017-07-25 10:04:25 +08:00
gke_local_ssd.go Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
gke_node_pools.go
ingress.go Merge pull request #48309 from MrHohn/e2e-fix-ingress-tag 2017-07-05 15:10:16 -07:00
limit_range.go Merge pull request #47403 from zhangxiaoyu-zidif/e2e-delete-meaningless-check 2017-06-23 02:59:23 -07:00
metrics_grabber_test.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
network_partition.go Use AppsV1beta1 instead of Apps clienset 2017-07-20 14:16:42 -07:00
no-snat.go run hack/update-all 2017-06-22 11:31:03 -07:00
pod_gc.go run hack/update-all 2017-06-22 11:31:03 -07:00
podpreset.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
pods.go run hack/update-all 2017-06-22 11:31:03 -07:00
pre_stop.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
resource_quota.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
service_accounts.go Bump e2e mounttest image version to 0.8 2017-06-24 17:48:16 +08:00
service_latency.go run hack/update-all 2017-06-22 11:31:03 -07:00
serviceloadbalancers.go move sig-node related e2e tests to node subdir 2017-07-25 15:22:43 -07:00
ssh.go Run SSH e2e test only if SSH keys are present 2017-05-01 11:04:54 -04:00
taints_test.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
ubernetes_lite.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00

README.md

See e2e-tests

Analytics