kubernetes/test/integration
Wei Huang 0e71facefe
Hold Pod in cache until all other cleanup work is completed
- Move "ForgetPod" after "RunReservePluginsUnreserve", so that the cache would hold the pod to
  avoid it's being retried simutaneously until Unreserve is completed.
- Move "assume" ahead of "RunReservePluginsReserve". This is based on the fact that "ForgetPod" is
  the last step of failure path, so "assume" should be reversly treated as the first step. The
  current failure path is like this:
  assume -> reserve -> unreserve -> forgetPod -> recordingFailure
- Make subtests of TestReservePluginUnreserve stateless
2020-07-29 11:27:19 -07:00
..
apimachinery Fix client watch reestablishment handling of client-side timeouts 2020-03-30 17:48:00 -04:00
apiserver Stabilize integration test names 2020-07-22 11:58:54 -04:00
auth prevent update handler being called on disallowed CreateOnUpdate 2020-06-12 13:04:17 +00:00
benchmark Remove dependency for benchmark integration tests from e2e fw 2020-03-18 15:57:37 +08:00
certificates Switch CSR approver/signer/cleaner controllers to v1 2020-06-05 18:45:34 -04:00
client client-go dynamic client: add context to callers 2020-03-06 10:56:23 -05:00
configmap automated refactor 2020-03-05 14:59:46 -08:00
cronjob Merge pull request #78944 from avorima/golint_fix_job 2020-04-12 21:57:47 -07:00
daemonset Switch event recorder to use events.k8s.io/v1 2020-07-02 14:50:41 -04:00
defaulttolerationseconds generated: run refactor 2020-02-08 12:30:21 -05:00
deployment Merge pull request #87448 from YuikoTakada/fix_81657_t_integ_dep 2020-04-02 21:39:45 -07:00
disruption client-go dynamic client: add context to callers 2020-03-06 10:56:23 -05:00
dryrun client-go dynamic client: add context to callers 2020-03-06 10:56:23 -05:00
endpointslice Increasing allowed delay for EndpointSlice mirroring integration tests. 2020-07-27 21:43:15 -07:00
etcd Promote new Event API to v1 2020-07-01 10:50:28 -04:00
events Switch event recorder to use events.k8s.io/v1 2020-07-02 14:50:41 -04:00
evictions client-go: update expansions callers 2020-03-06 16:50:41 -05:00
examples kube-apiserver: use SO_REUSEPORT when creating listener on Unix systems 2020-03-13 23:55:57 +01:00
framework Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
garbagecollector GC doesn't have to create monitors in the constructor 2020-06-10 14:59:45 +02:00
ipamperf Skip failing scheduler integration tests until they can be run successfully 2020-07-15 10:28:35 -05:00
kubelet Merge pull request #87718 from wojtek-t/kubelet_not_watching_immutable_secret_configmaps 2020-02-11 23:14:33 -08:00
master generated: hack/update-hack-tools.sh && hack/update-vendor.sh 2020-07-25 16:45:02 -04:00
metrics apiserver: increment metric for deprecated API use 2020-06-11 16:04:19 -04:00
namespace client-go dynamic client: add context to callers 2020-03-06 10:56:23 -05:00
node integration: start informer and scheduler outside of InitTestScheduler 2020-05-13 18:19:43 +02:00
objectmeta generated: run refactor 2020-02-08 12:30:21 -05:00
openshift Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
pods generated: run refactor 2020-02-08 12:30:21 -05:00
quota generated: run refactor 2020-02-08 12:30:21 -05:00
replicaset automated refactor 2020-03-05 14:59:46 -08:00
replicationcontroller automated refactor 2020-03-05 14:59:46 -08:00
scale generated: run refactor 2020-02-08 12:30:21 -05:00
scheduler Hold Pod in cache until all other cleanup work is completed 2020-07-29 11:27:19 -07:00
scheduler_perf Skip failing scheduler integration tests until they can be run successfully 2020-07-15 10:28:35 -05:00
secrets automated refactor 2020-03-05 14:59:46 -08:00
serviceaccount automated refactor 2020-03-05 14:59:46 -08:00
serving Ensure testing credentials are labeled as such 2020-02-04 10:36:05 -08:00
statefulset client-go dynamic client: add context to callers 2020-03-06 10:56:23 -05:00
storageclasses automated refactor 2020-03-05 14:59:46 -08:00
tls Fixup integration tests for TLS1.3 2019-11-06 17:39:05 -05:00
ttlcontroller automated refactor 2020-03-05 14:59:46 -08:00
util Switch event recorder to use events.k8s.io/v1 2020-07-02 14:50:41 -04:00
volume CSI: Modify VolumeAttachment check to use Informer/Cache 2020-06-11 10:34:09 -07:00
volumescheduling Merge pull request #92387 from pohly/csi-storage-capacity 2020-07-09 00:04:59 -07:00
.import-restrictions fix .import-restrictions to work with import-boss --include-test-files 2020-04-28 08:41:36 -07:00
benchmark-controller.json bump pause to 3.2 in test/ 2020-02-14 14:03:19 -08:00
BUILD Adding integration and e2e tests to cover EndpointSliceMirroring 2020-07-06 12:43:34 -07:00
doc.go don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
utils.go automated refactor 2020-03-05 14:59:46 -08:00