mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-29 04:39:16 +00:00
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>