kubernetes/test/e2e/storage
hasheddan efe3747c22
Wait for resources owned by pod to be cleaned up in ephemeral volume tests
sig-storage tests that delete pods need to wait for owned resources to
also be cleaned up before returning in the case that resources such as
ephemeral inline volumes are being used. This was previously implemented
by modifying the pod delete call of the e2e framework, which negatively
impacted other tests. This was reverted and now the logic has been moved
to StopPodAndDependents, which is local to the sig-storage tests.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2020-07-22 17:52:19 -05:00
..
drivers CSIStorageCapacity: E2E test with mock driver 2020-07-08 08:02:26 +02:00
external Merge pull request #90773 from gnufied/fix-csi-e2e-orphans 2020-05-13 22:14:21 -07:00
podlogs podlogs: avoid dumping a terminated container more than once 2020-04-03 14:45:00 +02:00
testpatterns Merge pull request #92555 from AndiLi99/AndiLi99/snapshot_tests 2020-07-11 20:55:35 -07:00
testsuites Wait for resources owned by pod to be cleaned up in ephemeral volume tests 2020-07-22 17:52:19 -05:00
utils CSIStorageCapacity: E2E test with mock driver 2020-07-08 08:02:26 +02:00
vsphere Merge pull request #92841 from chethanv28/fix-typo-e2e-tests 2020-07-11 20:56:33 -07:00
BUILD storage capacity: check pod events to finish negative tests faster 2020-07-08 08:02:26 +02:00
csi_mock_volume.go storage capacity: check pod events to finish negative tests faster 2020-07-08 08:02:26 +02:00
csi_volumes.go Add stress test to repeatedly restart Pods with PVCs in parallel 2020-04-15 18:10:35 -07:00
detach_mounted.go Switch kube-controller-manager to distroless image 2020-05-21 22:33:54 -04:00
empty_dir_wrapper.go Use e2epod.WaitForPodNameRunningInNamespace directly 2020-03-17 00:13:14 +00:00
ephemeral_volume.go tests: Replaces mounttest images used with agnhost (part 4) 2020-02-29 15:05:57 -08:00
flexvolume_mounted_volume_resize.go Switch kube-controller-manager to distroless image 2020-05-21 22:33:54 -04:00
flexvolume_online_resize.go Use e2epod.WaitForPodNameRunningInNamespace directly 2020-03-17 00:13:14 +00:00
flexvolume.go decouple testfiles from framework 2020-06-29 14:54:09 -07:00
generic_persistent_volume-disruptive.go Refactors MakeSecPods function 2020-03-12 07:14:08 +01:00
host_path_type.go test: Start a pod with nc instead of execing a background command 2020-06-16 17:30:31 -07:00
in_tree_volumes.go Add stress test to repeatedly restart Pods with PVCs in parallel 2020-04-15 18:10:35 -07:00
mounted_volume_resize.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
nfs_persistent_volume-disruptive.go add ipv6 support to the e2e nfs tests 2020-05-03 11:06:10 +02:00
OWNERS Audit of test/* OWNERS files 2019-10-10 15:52:51 -05:00
pd.go use e2epod.WaitForPodRunningInNamespaceSlow directly 2020-03-21 15:51:49 +08:00
persistent_volumes-gce.go Deflake GCEPD namespace deletion test 2020-07-18 15:32:02 -04:00
persistent_volumes-local.go Defer ginkgo recovers 2020-06-01 11:02:41 -04:00
persistent_volumes.go add ipv6 support to the e2e nfs tests 2020-05-03 11:06:10 +02:00
pv_protection.go e2e/storage: check result of WaitForPersistentVolumeDeleted 2020-03-26 13:22:04 +01:00
pvc_protection.go deref all calls to metav1.NewDeleteOptions that are passed to clients. 2020-03-05 14:59:46 -08:00
regional_pd.go Move WaitForPersistentVolumeDeleted() to e2epv 2020-03-24 22:54:07 +00:00
subpath.go update e2e test 2020-07-03 20:31:00 +08:00
volume_limits.go test/e2e/storage:Use e2eskipper package 2020-01-13 14:04:10 +08:00
volume_metrics.go Avoid DeprecatedMightBeMasterNode() in e2e metrics 2020-06-25 23:08:24 +00:00
volume_provisioning.go Replace framework.Failf with ExpectNoError 2020-06-03 20:16:12 +00:00
volumes.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00