Add pod information when max volume condition is missing

pull/564/head
Hemant Kumar 2019-03-11 17:11:56 -04:00
parent 4ea48886df
commit cc61632255
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ var _ = utils.SIGDescribe("CSI mock volume", func() {
_, _, pod3 := createPod()
Expect(pod3).NotTo(BeNil(), "while creating third pod")
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)
})
})