Pipeline: Flaky TestPipelineRun when provisioning pvcs

Created on 28 May 2019  Â·  3Comments  Â·  Source: tektoncd/pipeline

Expected Behavior

When the cloud provider volume are slow to deprovision, the test fails due of failing to delete the PVC .

Actual Behavior

Fails without even trying again 😢

Additional Info

 pipelinerun_test.go:185: PVC pipelinerun1-pvc still exists after PipelineRun pipelinerun1 has completed: &PersistentVolumeClaim{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:pipelinerun1-pvc,GenerateName:,Namespace:arendelle-mqvsl,SelfLink:/api/v1/namespaces/arendelle-mqvsl/persistentvolumeclaims/pipelinerun1-pvc,UID:f15546ed-80e7-11e9-ab9a-1292abff36cc,ResourceVersion:16028,Generation:0,CreationTimestamp:2019-05-28 01:28:48 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{},OwnerReferences:[{tekton.dev/v1alpha1 PipelineRun pipelinerun1 e9891d43-80e7-11e9-b427-0af0f4807604 0xc420a06d9b 0xc420a06d9c}],Finalizers:[kubernetes.io/pvc-protection],ClusterName:,Initializers:nil,},Spec:PersistentVolumeClaimSpec{AccessModes:[ReadWriteOnce],Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{storage: {{5368709120 0} {<nil>} 5Gi BinarySI},},},VolumeName:,Selector:nil,StorageClassName:*gp2,VolumeMode:*Filesystem,DataSource:nil,},Status:PersistentVolumeClaimStatus{Phase:Pending,AccessModes:[],Capacity:ResourceList{},Conditions:[],},}
aretesting kinbug

All 3 comments

...sorry. =(

/area testing

/assign

Was this page helpful?
0 / 5 - 0 ratings