Skip to content

Commit c67e16c

Browse files
authored
Merge pull request kubernetes#75272 from gnufied/add-pod-information-on-error
Add pod information when max volume condition is missing
2 parents 11b9ebf + cc61632 commit c67e16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/storage/csi_mock_volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ var _ = utils.SIGDescribe("CSI mock volume", func() {
379379
_, _, pod3 := createPod()
380380
Expect(pod3).NotTo(BeNil(), "while creating third pod")
381381
err = waitForMaxVolumeCondition(pod3, m.cs)
382-
Expect(err).NotTo(HaveOccurred(), "while waiting for max volume condition")
382+
Expect(err).NotTo(HaveOccurred(), "while waiting for max volume condition on pod : %+v", pod3)
383383
})
384384
})
385385

0 commit comments

Comments
 (0)