mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Fix error messages
Separate different errors by ": ".
This commit is contained in:
parent
6a83a39ae6
commit
96eeb98215
@ -1206,7 +1206,7 @@ func startPausePod(cs clientset.Interface, t testsuites.StorageClassTest, node e
|
|||||||
if !t.DelayBinding {
|
if !t.DelayBinding {
|
||||||
pvcClaims := []*v1.PersistentVolumeClaim{claim}
|
pvcClaims := []*v1.PersistentVolumeClaim{claim}
|
||||||
_, err = e2epv.WaitForPVClaimBoundPhase(cs, pvcClaims, framework.ClaimProvisionTimeout)
|
_, err = e2epv.WaitForPVClaimBoundPhase(cs, pvcClaims, framework.ClaimProvisionTimeout)
|
||||||
framework.ExpectNoError(err, "Failed waiting for PVC to be bound %v", err)
|
framework.ExpectNoError(err, "Failed waiting for PVC to be bound: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
pod, err := startPausePodWithClaim(cs, claim, node, ns)
|
pod, err := startPausePodWithClaim(cs, claim, node, ns)
|
||||||
|
Loading…
Reference in New Issue
Block a user