mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Merge pull request #75272 from gnufied/add-pod-information-on-error
Add pod information when max volume condition is missing
This commit is contained in:
commit
c67e16c74f
@ -379,7 +379,7 @@ var _ = utils.SIGDescribe("CSI mock volume", func() {
|
|||||||
_, _, pod3 := createPod()
|
_, _, pod3 := createPod()
|
||||||
Expect(pod3).NotTo(BeNil(), "while creating third pod")
|
Expect(pod3).NotTo(BeNil(), "while creating third pod")
|
||||||
err = waitForMaxVolumeCondition(pod3, m.cs)
|
err = waitForMaxVolumeCondition(pod3, m.cs)
|
||||||
Expect(err).NotTo(HaveOccurred(), "while waiting for max volume condition")
|
Expect(err).NotTo(HaveOccurred(), "while waiting for max volume condition on pod : %+v", pod3)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user