mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #90214 from pohly/stop-pod-master
storage tests: really wait for pod to disappear
This commit is contained in:
commit
ae8d30631d
@ -693,8 +693,7 @@ func StopPod(c clientset.Interface, pod *v1.Pod) {
|
||||
} else {
|
||||
framework.Logf("Pod %s has the following logs: %s", pod.Name, body)
|
||||
}
|
||||
e2epod.DeletePodOrFail(c, pod.Namespace, pod.Name)
|
||||
e2epod.WaitForPodNoLongerRunningInNamespace(c, pod.Name, pod.Namespace)
|
||||
e2epod.DeletePodWithWait(c, pod)
|
||||
}
|
||||
|
||||
func verifyPVCsPending(client clientset.Interface, pvcs []*v1.PersistentVolumeClaim) {
|
||||
|
Loading…
Reference in New Issue
Block a user