This repository was archived by the owner on Apr 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -629,9 +629,9 @@ func TestJUnitFailureParse(t *testing.T) {
629629 t .Fatalf ("Parse error? %v" , err )
630630 }
631631 if e , a := map [string ]string {
632- "TestPersistentVolumeMultiPVs {integration}" : "persistent_volumes_test.go:254: volumes created
persistent_volumes_test .go:260: claim created
persistent_volumes_test .go:264: volume bound
persistent_volumes_test .go:266: claim bound
persistent_volumes_test .go:284: Bind mismatch! Expected pvc-2 capacity 50000000000 but got fake-pvc-72 capacity 5000000000" ,
633- "TestPersistentVolumeMultiPVsPVCs {integration}" : " persistent_volumes_test.go:379: PVC " pvc-0" is not bound" ,
634- }, got ; reflect .DeepEqual (e , a ) {
632+ "TestPersistentVolumeMultiPVs {integration}" : "persistent_volumes_test.go:254: volumes created\n persistent_volumes_test .go:260: claim created\n persistent_volumes_test .go:264: volume bound\n persistent_volumes_test .go:266: claim bound\n persistent_volumes_test .go:284: Bind mismatch! Expected pvc-2 capacity 50000000000 but got fake-pvc-72 capacity 5000000000" ,
633+ "TestPersistentVolumeMultiPVsPVCs {integration}" : ` persistent_volumes_test.go:379: PVC " pvc-0" is not bound` ,
634+ }, got ; ! reflect .DeepEqual (e , a ) {
635635 t .Errorf ("Expected %v, got %v" , e , a )
636636 }
637637}
You can’t perform that action at this time.
0 commit comments