kubernetes/test/e2e/storage/testsuites
Patrick Ohly 0cdd5365a1 storage tests: really wait for pod to disappear
As seen in one case (https://github.com/intel/pmem-csi/issues/587), a
pod can reach the "not running" state although its ephemeral volumes
are still being torn down by kubelet and the CSI driver. What happens
then is that the test returns too early and even deleting the
namespace and thus the pod succeeds before the NodeVolumeUnpublish
really finishes.

To avoid this, StopPod now waits for the pod to really disappear.
2020-04-16 21:10:56 +02:00
..
api_test.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
base_test.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
base.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
BUILD Move podlogs into e2e/storage/podlogs 2020-03-18 17:44:12 +00:00
disruptive.go Refactors MakeSecPods function 2020-03-12 07:14:08 +01:00
driveroperations.go e2e storage: public API for testsuites, support CSIInlineVolume type for generic resource 2019-12-05 20:10:25 +01:00
ephemeral.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
multivolume.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
provisioning.go storage tests: really wait for pod to disappear 2020-04-16 21:10:56 +02:00
snapshottable.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
subpath.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
testdriver.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
topology.go Refactors MakeSecPods function 2020-03-12 07:14:08 +01:00
volume_expand.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
volume_io.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
volumelimits.go Refactors MakeSecPods function 2020-03-12 07:14:08 +01:00
volumemode.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00
volumes.go Update .import-aliases for e2e test framework 2020-03-25 11:40:02 +08:00